diff --git a/changelog/1.29.3.md b/changelog/1.29.3.md new file mode 100644 index 000000000..df7135a08 --- /dev/null +++ b/changelog/1.29.3.md @@ -0,0 +1,21 @@ +--- +title: "1.29.3" +description: "Released on 4/28/2022" +--- + +### Breaking changes ❗ + +There are no breaking changes in 1.29.3. + +### Features ✨ + +There are no new features in 1.29.3. + +### Bug fixes 🐛 + +- infra: fixed issue where the Coder front-end attempts to reconnect to a + workspace even when it is offline. + +### Security updates 🔐 + +There are no security updates in 1.29.3. diff --git a/manifest.json b/manifest.json index c905ec7dd..967ce3c59 100644 --- a/manifest.json +++ b/manifest.json @@ -575,6 +575,9 @@ { "path": "./changelog/1.29.0.md", "children": [ + { + "path": "./changelog/1.29.3.md" + }, { "path": "./changelog/1.29.2.md" },