Skip to content

Commit e7b1608

Browse files
authored
chore: add changelog for 1.29.3 (coder#961) (coder#964)
(cherry picked from commit 2222dad)
1 parent 19a2ea9 commit e7b1608

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed

changelog/1.29.3.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
title: "1.29.3"
3+
description: "Released on 4/28/2022"
4+
---
5+
6+
### Breaking changes ❗
7+
8+
There are no breaking changes in 1.29.3.
9+
10+
### Features ✨
11+
12+
There are no new features in 1.29.3.
13+
14+
### Bug fixes 🐛
15+
16+
- infra: fixed issue where the Coder front-end attempts to reconnect to a
17+
workspace even when it is offline.
18+
19+
### Security updates 🔐
20+
21+
There are no security updates in 1.29.3.

manifest.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -562,6 +562,12 @@
562562
{
563563
"path": "./changelog/1.29.0.md",
564564
"children": [
565+
{
566+
"path": "./changelog/1.29.3.md"
567+
},
568+
{
569+
"path": "./changelog/1.29.2.md"
570+
},
565571
{
566572
"path": "./changelog/1.29.1.md"
567573
}

0 commit comments

Comments
 (0)