From 789cd08ed4485b3b4557e1c36593f5cfede18bb2 Mon Sep 17 00:00:00 2001 From: Jon Ayers Date: Thu, 16 Feb 2023 22:05:57 +0000 Subject: [PATCH 1/2] chore: add changelog for 1.39.2 --- manifest.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/manifest.json b/manifest.json index f9c2a28d..49e1f578 100644 --- a/manifest.json +++ b/manifest.json @@ -951,6 +951,11 @@ { "path": "./changelog/1.39.0.md", "children": [ + { + "path": "./changelog/1.39.2.md", + "title": "1.39.2", + "description": "Released on 02/16/2023" + }, { "path": "./changelog/1.39.1.md", "title": "1.39.1", From 1264bcb0d072feef9503f7bc0d4433f55fb27634 Mon Sep 17 00:00:00 2001 From: Jon Ayers Date: Thu, 16 Feb 2023 22:06:31 +0000 Subject: [PATCH 2/2] add changelog --- changelog/1.39.2.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 changelog/1.39.2.md diff --git a/changelog/1.39.2.md b/changelog/1.39.2.md new file mode 100644 index 00000000..44f7d22e --- /dev/null +++ b/changelog/1.39.2.md @@ -0,0 +1,19 @@ +# 1.39.2 + +### Breaking changes ❗ + +There are no breaking changes in 1.39.2. + +### Features ✨ + +There are no features in 1.39.2. + +### Bug fixes 🐛 + +- Fixed an issue where updates to the 'CVM Internal Network' field in a workspace provider + do not propagate to coderd replicas for workspace builds. + +### Security updates 🔐 + +There are no security updates in 1.39.2. +