diff --git a/changelog/1.33.4.md b/changelog/1.33.4.md new file mode 100644 index 000000000..50d8864c9 --- /dev/null +++ b/changelog/1.33.4.md @@ -0,0 +1,18 @@ +--- +title: "1.33.4" +description: "Released on 08/29/2022" +--- + +### Breaking changes ❗ + +There are no breaking changes in 1.33.4. + +### Bug fixes 🐛 + +- infra: improved WebRTC connection logging. +- infra: improved WebRTC session handling. +- infra: prevent SSH from logging noisily by default. + +### Security updates 🔐 + +There are no security updates in 1.33.4. diff --git a/manifest.json b/manifest.json index 543bfe100..54d3b9b09 100644 --- a/manifest.json +++ b/manifest.json @@ -566,6 +566,9 @@ { "path": "./changelog/1.33.0.md", "children": [ + { + "path": "./changelog/1.33.4.md" + }, { "path": "./changelog/1.33.3.md" },