diff --git a/changelog/1.32.4.md b/changelog/1.32.4.md new file mode 100644 index 000000000..7622ebccb --- /dev/null +++ b/changelog/1.32.4.md @@ -0,0 +1,22 @@ +--- +title: "1.32.4" +description: "Released on 08/22/2022" +--- + +### Breaking changes ❗ + +There are no breaking changes in 1.32.4. + +### Features ✨ + +- cli: add `--address` flag to the `coder tunnel` command. + +### Bug fixes 🐛 + +- infra: fix workspace builds being stuck on "enqueuing workspace build" step + due to nil pointer panic. Workspaces that were getting stuck should now show + a proper root cause error in the build log. + +### Security updates 🔐 + +There are no security updates in 1.32.4. diff --git a/manifest.json b/manifest.json index 41f1dd14b..43911e491 100644 --- a/manifest.json +++ b/manifest.json @@ -566,6 +566,9 @@ { "path": "./changelog/1.32.0.md", "children": [ + { + "path": "./changelog/1.32.4.md" + }, { "path": "./changelog/1.32.3.md" },