From 72f4c0eaea5473cf1082f89e5462067704f6bcc7 Mon Sep 17 00:00:00 2001 From: Cian Johnston Date: Mon, 5 Dec 2022 15:11:17 +0000 Subject: [PATCH] chore: add 1.37.1 changelog --- changelog/1.37.1.md | 21 +++++++++++++++++++++ manifest.json | 7 ++++++- 2 files changed, 27 insertions(+), 1 deletion(-) create mode 100644 changelog/1.37.1.md 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",