From e346af3444d90f12f92450088a948742fc0e913f Mon Sep 17 00:00:00 2001 From: Spike Curtis Date: Mon, 14 Nov 2022 23:03:33 +0000 Subject: [PATCH] Changelog for 1.34.3 Signed-off-by: Spike Curtis --- changelog/1.34.3.md | 21 +++++++++++++++++++++ manifest.json | 3 +++ 2 files changed, 24 insertions(+) create mode 100644 changelog/1.34.3.md diff --git a/changelog/1.34.3.md b/changelog/1.34.3.md new file mode 100644 index 000000000..445cb745e --- /dev/null +++ b/changelog/1.34.3.md @@ -0,0 +1,21 @@ +--- +title: "1.34.3" +description: "Released on 11/14/2022" +--- + +### Breaking changes ❗ + +There are no breaking changes in 1.34.3. + +### Features ✨ + +There are no new features in 1.34.3. + +### Bug fixes 🐛 + +There are no new bug fixes in 1.34.3. + +### Security updates 🔐 + +- infra: Fixed an issue where ordinary users could obtain admin-level + credentials from the Coder API. diff --git a/manifest.json b/manifest.json index a4b2ad1f2..88906b456 100644 --- a/manifest.json +++ b/manifest.json @@ -612,6 +612,9 @@ { "path": "./changelog/1.34.0.md", "children": [ + { + "path": "./changelog/1.34.3.md" + }, { "path": "./changelog/1.34.2.md" },