From cc3f6ac9196ff3255441753cf3016f07d835ddd9 Mon Sep 17 00:00:00 2001 From: Katie Horne Date: Thu, 23 Sep 2021 14:46:18 -0500 Subject: [PATCH 1/2] add changelog for 1.22.2 --- manifest.json | 3 +++ 1 file changed, 3 insertions(+) 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" }, From 5a9e3aa75dc1b8a97b1956f86d7ae81587632847 Mon Sep 17 00:00:00 2001 From: Katie Horne Date: Thu, 23 Sep 2021 14:46:57 -0500 Subject: [PATCH 2/2] add changelog for 1.22.2 --- changelog/1.22.2.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 changelog/1.22.2.md 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.