Skip to content

Commit a3130bf

Browse files
authored
chore: add changelog for 1.39.2 (coder#1223) (coder#1226)
1 parent ec116c4 commit a3130bf

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

changelog/1.39.2.md

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# 1.39.2
2+
3+
### Breaking changes ❗
4+
5+
There are no breaking changes in 1.39.2.
6+
7+
### Features ✨
8+
9+
There are no features in 1.39.2.
10+
11+
### Bug fixes 🐛
12+
13+
- Fixed an issue where updates to the 'CVM Internal Network' field in a
14+
workspace provider do not propagate to coderd replicas for workspace builds.
15+
16+
### Security updates 🔐
17+
18+
There are no security updates in 1.39.2.

manifest.json

+5
Original file line numberDiff line numberDiff line change
@@ -951,6 +951,11 @@
951951
{
952952
"path": "./changelog/1.39.0.md",
953953
"children": [
954+
{
955+
"path": "./changelog/1.39.2.md",
956+
"title": "1.39.2",
957+
"description": "Released on 02/16/2023"
958+
},
954959
{
955960
"path": "./changelog/1.39.1.md",
956961
"title": "1.39.1",

0 commit comments

Comments
 (0)