Skip to content

Commit f306945

Browse files
author
Katie Horne
authored
chore: add changelog for 1.27.2 (coder#851)
1 parent 1e6a1c1 commit f306945

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

changelog/1.27.2.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
title: "1.27.2"
3+
description: "Released on 02/15/2022"
4+
---
5+
6+
### Breaking changes ❗
7+
8+
There are no breaking changes in 1.27.2.
9+
10+
### Features ✨
11+
12+
There are no new features in 1.27.2.
13+
14+
### Bug fixes 🐛
15+
16+
- web: fixed issue where workspaces turned off during active use.
17+
- infra: fixed `envbox` Docker permissions.
18+
19+
### Security updates 🔐
20+
21+
- web: added authentication requirement when auto-creating dev URLs.

manifest.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -522,6 +522,9 @@
522522
{
523523
"path": "./changelog/1.27.0.md",
524524
"children": [
525+
{
526+
"path": "./changelog/1.27.2.md"
527+
},
525528
{
526529
"path": "./changelog/1.27.1.md"
527530
}

0 commit comments

Comments
 (0)