Skip to content

Commit a0e0c5b

Browse files
authored
v1.12.1 (#752)
1 parent 422787f commit a0e0c5b

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
## Unreleased
44

5+
## [v1.12.1](https://github.com/coder/vscode-coder/releases/tag/v1.12.1) 2026-01-23
6+
7+
### Fixed
8+
9+
- Fixed GPG signature verification failing when public keys have been reformatted.
10+
- Fixed race conditions when multiple VS Code windows access deployments simultaneously.
11+
12+
### Changed
13+
14+
- Refined logging with clearer messages and more accurate severity levels for easier troubleshooting.
15+
516
## [v1.12.0](https://github.com/coder/vscode-coder/releases/tag/v1.12.0) 2026-01-21
617

718
### Added

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "coder-remote",
33
"displayName": "Coder",
4-
"version": "1.12.0",
4+
"version": "1.12.1",
55
"description": "Open any workspace with a single click.",
66
"categories": [
77
"Other"

0 commit comments

Comments
 (0)