We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1111489 commit 3e32eb1Copy full SHA for 3e32eb1
changelog/1.29.3.md
@@ -0,0 +1,21 @@
1
+---
2
+title: "1.29.3"
3
+description: "Released on 4/28/2022"
4
5
+
6
+### Breaking changes ❗
7
8
+There are no breaking changes in 1.29.3.
9
10
+### Features ✨
11
12
+There are no new features in 1.29.3.
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.29.3.
manifest.json
@@ -575,6 +575,9 @@
575
{
576
"path": "./changelog/1.29.0.md",
577
"children": [
578
+ {
579
+ "path": "./changelog/1.29.3.md"
580
+ },
581
582
"path": "./changelog/1.29.2.md"
583
},
0 commit comments