Skip to content

Commit 3becbfc

Browse files
authored
1.36.2 changelog (#1186)
* 1.36.2 changelog Signed-off-by: Spike Curtis <spike@coder.com> * Use consistent ordering of patch changelogs Signed-off-by: Spike Curtis <spike@coder.com> Signed-off-by: Spike Curtis <spike@coder.com>
1 parent 2008f7f commit 3becbfc

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

changelog/1.36.2.md

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
title: "1.36.2"
3+
description: "Released on 12/05/2022"
4+
---
5+
6+
### Breaking changes ❗
7+
8+
There are no breaking changes in 1.36.2.
9+
10+
### Features ✨
11+
12+
There are no new features in 1.36.2.
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

+3
Original file line numberDiff line numberDiff line change
@@ -587,6 +587,9 @@
587587
{
588588
"path": "./changelog/1.36.0.md",
589589
"children": [
590+
{
591+
"path": "./changelog/1.36.2.md"
592+
},
590593
{
591594
"path": "./changelog/1.36.1.md"
592595
}

0 commit comments

Comments
 (0)