Skip to content

Commit 0a67409

Browse files
spikecurtisjohnstcn
authored andcommitted
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> (cherry picked from commit 3becbfc)
1 parent 0a4009b commit 0a67409

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
@@ -610,6 +610,9 @@
610610
{
611611
"path": "./changelog/1.36.0.md",
612612
"children": [
613+
{
614+
"path": "./changelog/1.36.2.md"
615+
},
613616
{
614617
"path": "./changelog/1.36.1.md"
615618
}

0 commit comments

Comments
 (0)