From 68100a643494c8a3b594d9216c755ee25a628901 Mon Sep 17 00:00:00 2001 From: Cian Johnston Date: Mon, 15 Aug 2022 12:31:44 +0000 Subject: [PATCH] chore: add changelog/1.31.3.md, update manifest.json --- changelog/1.31.3.md | 21 +++++++++++++++++++++ manifest.json | 3 +++ 2 files changed, 24 insertions(+) create mode 100644 changelog/1.31.3.md diff --git a/changelog/1.31.3.md b/changelog/1.31.3.md new file mode 100644 index 000000000..b9a5bd091 --- /dev/null +++ b/changelog/1.31.3.md @@ -0,0 +1,21 @@ +--- +title: "1.31.3" +description: "Released on 08/15/2022" +--- + +### Breaking changes ❗ + +There are no breaking changes in 1.31.3. + +### Features ✨ + +- web: updated Projector client to `1.8.0`. +- infra: updated Projector server to `1.8.1`. + +### Bug fixes 🐛 + +- infra: fixed an issue where idle connections would drop after 30 seconds. + +### Security updates 🔐 + +There are no security updates in 1.31.3. diff --git a/manifest.json b/manifest.json index 6073b0e46..7380ef697 100644 --- a/manifest.json +++ b/manifest.json @@ -560,6 +560,9 @@ { "path": "./changelog/1.31.0.md", "children": [ + { + "path": "./changelog/1.31.3.md" + }, { "path": "./changelog/1.31.2.md" },