From 2a27e5639d8f2cf9879a7d3f08c6d13a48eee239 Mon Sep 17 00:00:00 2001 From: Cian Johnston Date: Thu, 28 Apr 2022 14:17:21 +0100 Subject: [PATCH] chore: add changelog for 1.28.5 (#960) * chore: add changelog for 1.28.5 * fixup! chore: add changelog for 1.28.5 * Update changelog/1.28.5.md Co-authored-by: Katie Horne (cherry picked from commit fb556656efe837cba0dd1241d6b74f1c3fc1142a) --- changelog/1.28.5.md | 23 +++++++++++++++++++++++ manifest.json | 3 +++ 2 files changed, 26 insertions(+) create mode 100644 changelog/1.28.5.md 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" },