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 ca06020 commit 49d7d26Copy full SHA for 49d7d26
changelog/1.30.2.md
@@ -0,0 +1,20 @@
1
+---
2
+title: "1.30.2"
3
+description: "Released on 04/30/2022"
4
5
+
6
+### Breaking changes ❗
7
8
+There are no breaking changes in 1.30.2.
9
10
+### Features ✨
11
12
+- infra: Coder tunnel no longer exits after a single connection.
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.30.2.
manifest.json
@@ -572,6 +572,9 @@
572
{
573
"path": "./changelog/1.30.0.md",
574
"children": [
575
+ {
576
+ "path": "./changelog/1.30.2.md"
577
+ },
578
579
"path": "./changelog/1.30.1.md"
580
}
0 commit comments