diff --git a/changelog/1.28.5.md b/changelog/1.28.5.md new file mode 100644 index 000000000..15e7930c5 --- /dev/null +++ b/changelog/1.28.5.md @@ -0,0 +1,23 @@ +--- +title: "1.28.5" +description: "Released on 4/28/2022" +--- + +### Breaking changes ❗ + +There are no breaking changes in 1.28.5. + +### Features ✨ + +There are no new features in 1.28.5. + +### Bug fixes 🐛 + +- infra: fixed issue where the Coder front-end attempts to reconnect to a + workspace even when it is offline. +- web: fixed issue where the error message does not show when a user exceeds + their resource quota when attempting to create a workspace. + +### Security updates 🔐 + +There are no security updates in 1.28.5. diff --git a/manifest.json b/manifest.json index 7c0d72a86..084683259 100644 --- a/manifest.json +++ b/manifest.json @@ -543,6 +543,9 @@ { "path": "./changelog/1.28.0.md", "children": [ + { + "path": "./changelog/1.28.5.md" + }, { "path": "./changelog/1.28.4.md" },