From a9abc593d1df0f09b182ff7e3f110a4fdee1d101 Mon Sep 17 00:00:00 2001 From: Ehab Younes Date: Fri, 23 Jan 2026 13:53:51 +0300 Subject: [PATCH] v1.12.1 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) 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"