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" },