Skip to content

Commit 7c66852

Browse files
spikecurtissreya
andcommitted
Added 1.36.1 changelog (#1169)
* Added 1.36.1 changelog Signed-off-by: Spike Curtis <spike@coder.com> * Update changelog/1.36.1.md * Update changelog/1.36.1.md Signed-off-by: Spike Curtis <spike@coder.com> Co-authored-by: Jon Ayers <jon@coder.com>
1 parent 6a571cf commit 7c66852

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

changelog/1.36.1.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
title: "1.36.1"
3+
description: "Released on 11/14/2022"
4+
---
5+
6+
### Breaking changes ❗
7+
8+
There are no breaking changes in 1.36.1
9+
10+
### Features ✨
11+
12+
There are no new features in 1.36.1
13+
14+
### Bug fixes 🐛
15+
16+
- infra: Fixed an issue where Coder services would incorrectly leave out client
17+
TLS credentials when communicating with GitLab
18+
19+
### Security updates 🔐
20+
21+
- infra: Fixed an issued where ordinary users could obtain admin-level
22+
credentials from the Coder API.

manifest.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -585,7 +585,12 @@
585585
"icon_path": "./assets/images/icons/paper.svg",
586586
"children": [
587587
{
588-
"path": "./changelog/1.36.0.md"
588+
"path": "./changelog/1.36.0.md",
589+
"children": [
590+
{
591+
"path": "./changelog/1.35.1.md"
592+
}
593+
]
589594
},
590595
{
591596
"path": "./changelog/1.35.0.md",

0 commit comments

Comments
 (0)