diff --git a/CHANGELOG.md b/CHANGELOG.md index dd2ccd36..40ff8a40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ ## Unreleased +## [v1.12.1](https://github.com/coder/vscode-coder/releases/tag/v1.12.1) 2026-01-23 + +### Fixed + +- Fixed GPG signature verification failing when public keys have been reformatted. +- Fixed race conditions when multiple VS Code windows access deployments simultaneously. + +### Changed + +- Refined logging with clearer messages and more accurate severity levels for easier troubleshooting. + ## [v1.12.0](https://github.com/coder/vscode-coder/releases/tag/v1.12.0) 2026-01-21 ### Added diff --git a/package.json b/package.json index eaf3c734..112cb3d7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "coder-remote", "displayName": "Coder", - "version": "1.12.0", + "version": "1.12.1", "description": "Open any workspace with a single click.", "categories": [ "Other"