diff --git a/changelog/1.32.5.md b/changelog/1.32.5.md new file mode 100644 index 000000000..563899453 --- /dev/null +++ b/changelog/1.32.5.md @@ -0,0 +1,21 @@ +--- +title: "1.32.5" +description: "Released on 09/09/2022" +--- + +### Breaking changes ❗ + +There are no breaking changes in 1.32.5. + +### Features ✨ + +There are no new features in 1.32.5. + +### Bug fixes 🐛 + +web: fixed an issue where regular users could not create embeddable +"Open in Coder" buttons. + +### Security updates 🔐 + +There are no security updates in 1.32.5. diff --git a/manifest.json b/manifest.json index f0c54419d..b4d2913ed 100644 --- a/manifest.json +++ b/manifest.json @@ -595,6 +595,9 @@ { "path": "./changelog/1.32.0.md", "children": [ + { + "path": "./changelog/1.32.5.md" + }, { "path": "./changelog/1.32.4.md" },