Skip to content

Commit ccd3847

Browse files
authored
chore: add 1.37.1 changelog (coder#1185)
1 parent 3386438 commit ccd3847

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

changelog/1.37.1.md

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
title: "1.37.1"
3+
description: "Released on 12/05/2022"
4+
---
5+
6+
### Breaking changes ❗
7+
8+
There are no breaking changes in 1.37.1.
9+
10+
### Features ✨
11+
12+
There are no new features in 1.37.1.
13+
14+
### Bug fixes 🐛
15+
16+
- Fixed an issue where operations on API keys were not audit-logged.
17+
18+
### Security updates 🔐
19+
20+
- Fixed an issue where an attacker could craft a malicious DevURL redirect link
21+
to exfiltrate a token that allows accessing that user's devURLs.

manifest.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -600,7 +600,12 @@
600600
"icon_path": "./assets/images/icons/paper.svg",
601601
"children": [
602602
{
603-
"path": "./changelog/1.37.0.md"
603+
"path": "./changelog/1.37.0.md",
604+
"children": [
605+
{
606+
"path": "./changelog/1.37.1.md"
607+
}
608+
]
604609
},
605610
{
606611
"path": "./changelog/1.36.0.md",

0 commit comments

Comments
 (0)