diff --git a/changelog/1.33.6.md b/changelog/1.33.6.md new file mode 100644 index 000000000..0c366cf2f --- /dev/null +++ b/changelog/1.33.6.md @@ -0,0 +1,17 @@ +--- +title: "1.33.6" +description: "Released on 10/24/2022" +--- + +### Breaking changes ❗ + +There are no breaking changes in 1.33.6. + +### Bug fixes 🐛 + +There are no bug fixes in 1.33.6. + +### 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 1d34a5727..aa7d5663c 100644 --- a/manifest.json +++ b/manifest.json @@ -566,6 +566,9 @@ { "path": "./changelog/1.33.0.md", "children": [ + { + "path": "./changelog/1.33.6.md" + }, { "path": "./changelog/1.33.5.md" },