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 1ebd547 commit 479505fCopy full SHA for 479505f
changelog/1.29.5.md
@@ -0,0 +1,20 @@
1
+---
2
+title: "1.29.5"
3
+description: "Released on 04/30/2022"
4
5
+
6
+### Breaking changes ❗
7
8
+There are no breaking changes in 1.29.5.
9
10
+### Features ✨
11
12
+There are no new features in 1.29.5.
13
14
+### Bug fixes 🐛
15
16
+- infra: fixed issue with incorrect formatting of `coder tunnel` command.
17
18
+### Security updates 🔐
19
20
+There are no security updates in 1.29.5.
manifest.json
@@ -562,6 +562,9 @@
562
{
563
"path": "./changelog/1.29.0.md",
564
"children": [
565
+ {
566
+ "path": "./changelog/1.29.5.md"
567
+ },
568
569
"path": "./changelog/1.29.4.md"
570
},
0 commit comments