diff --git a/changelog/1.37.1.md b/changelog/1.37.1.md new file mode 100644 index 000000000..77d11e063 --- /dev/null +++ b/changelog/1.37.1.md @@ -0,0 +1,21 @@ +--- +title: "1.37.1" +description: "Released on 12/05/2022" +--- + +### Breaking changes ❗ + +There are no breaking changes in 1.37.1. + +### Features ✨ + +There are no new features in 1.37.1. + +### Bug fixes 🐛 + +- Fixed an issue where operations on API keys were not audit-logged. + +### Security updates 🔐 + +- Fixed an issue where an attacker could craft a malicious DevURL redirect link + to exfiltrate a token that allows accessing that user's devURLs. diff --git a/manifest.json b/manifest.json index fecab03d9..7e069f120 100644 --- a/manifest.json +++ b/manifest.json @@ -600,7 +600,12 @@ "icon_path": "./assets/images/icons/paper.svg", "children": [ { - "path": "./changelog/1.37.0.md" + "path": "./changelog/1.37.0.md", + "children": [ + { + "path": "./changelog/1.37.1.md" + } + ] }, { "path": "./changelog/1.36.0.md",