diff --git a/changelog/1.34.2.md b/changelog/1.34.2.md new file mode 100644 index 000000000..d0e4cab07 --- /dev/null +++ b/changelog/1.34.2.md @@ -0,0 +1,21 @@ +--- +title: "1.34.2" +description: "Released on 10/24/2022" +--- + +### Breaking changes ❗ + +There are no breaking changes in 1.34.2. + +### Features ✨ + +There are no new features in 1.34.2. + +### Bug fixes 🐛 + +- web: fixed an issue where regular users could not create embeddable "Open in Coder" buttons. + +### Security updates 🔐 + + - infra: Fixed an issue where Coder services inside the workspace could be reached via the + network from outside in some environments. diff --git a/manifest.json b/manifest.json index 672d714b9..b02a529e5 100644 --- a/manifest.json +++ b/manifest.json @@ -572,6 +572,9 @@ { "path": "./changelog/1.34.0.md", "children": [ + { + "path": "./changelog/1.34.2.md" + }, { "path": "./changelog/1.34.1.md" }