Skip to content

Commit e42156b

Browse files
authored
chore: add changelog for 1.38.1 (coder#1204)
1 parent 4cd5c9c commit e42156b

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

changelog/1.38.1.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
title: "1.38.1"
3+
description: "Released on 01/06/2023"
4+
---
5+
6+
### Breaking changes ❗
7+
8+
There are no breaking changes in 1.38.1.
9+
10+
### Features ✨
11+
12+
There are no new features in 1.38.1.
13+
14+
### Bug fixes 🐛
15+
16+
- Fixed an issue where expired Dev URL tokens could result in an infinite authentication loop.
17+
- Added documentation for image tag decommissioning.
18+
19+
### Security updates 🔐
20+
21+
There are no security updates for 1.38.1.

manifest.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -605,7 +605,11 @@
605605
"children": [
606606
{
607607
"path": "./changelog/1.38.0.md",
608-
"children": []
608+
"children": [
609+
{
610+
"path": "./changelog/1.38.1.md"
611+
}
612+
]
609613
},
610614
{
611615
"path": "./changelog/1.37.0.md",

0 commit comments

Comments
 (0)