diff --git a/changelog/1.22.2.md b/changelog/1.22.2.md new file mode 100644 index 000000000..8b98acd62 --- /dev/null +++ b/changelog/1.22.2.md @@ -0,0 +1,21 @@ +--- +title: "1.22.2" +description: "Released on 09/23/2021" +--- + +### Breaking changes ❗ + +There are no breaking changes in 1.22.2. + +### Features ✨ + +There are no new features in 1.22.2. + +### Bug fixes 🐛 + +- web: fixed issue where users had to rebuild workspaces twice after + regenerating SSH keys. + +### Security updates 🔐 + +There are no security updates in 1.22.2. diff --git a/manifest.json b/manifest.json index a1c0871a5..f3809eaf7 100644 --- a/manifest.json +++ b/manifest.json @@ -420,6 +420,9 @@ { "path": "./changelog/index.md", "children": [ + { + "path": "./changelog/1.22.2.md" + }, { "path": "./changelog/1.22.1.md" },