We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d134bd commit cdad631Copy full SHA for cdad631
changelog/1.32.5.md
@@ -0,0 +1,21 @@
1
+---
2
+title: "1.32.5"
3
+description: "Released on 09/09/2022"
4
5
+
6
+### Breaking changes ❗
7
8
+There are no breaking changes in 1.32.5.
9
10
+### Features ✨
11
12
+There are no new features in 1.32.5.
13
14
+### Bug fixes 🐛
15
16
+web: fixed an issue where regular users could not create embeddable
17
+"Open in Coder" buttons.
18
19
+### Security updates 🔐
20
21
+There are no security updates in 1.32.5.
manifest.json
@@ -566,6 +566,9 @@
566
{
567
"path": "./changelog/1.32.0.md",
568
"children": [
569
+ {
570
+ "path": "./changelog/1.32.5.md"
571
+ },
572
573
"path": "./changelog/1.32.4.md"
574
},
0 commit comments