We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 553e282 commit c6581ccCopy full SHA for c6581cc
changelog/1.28.5.md
@@ -0,0 +1,21 @@
1
+---
2
+title: "1.28.5"
3
+description: "Released on 4/28/2022"
4
5
+
6
+### Breaking changes ❗
7
8
+There are no breaking changes in 1.28.5.
9
10
+### Features ✨
11
12
+There are no new features in 1.28.5.
13
14
+### Bug fixes 🐛
15
16
+- infra: fixed issue where the Coder front-end attempts to reconnect to a
17
+ workspace even when it is offline.
18
19
+### Security updates 🔐
20
21
+There are no security updates in 1.28.5.
manifest.json
@@ -586,6 +586,9 @@
586
{
587
"path": "./changelog/1.28.0.md",
588
"children": [
589
+ {
590
+ "path": "./changelog/1.28.5.md"
591
+ },
592
593
"path": "./changelog/1.28.4.md"
594
},
0 commit comments