diff --git a/CHANGELOG.md b/CHANGELOG.md index 9127b22c..41b5e7ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,14 +2,18 @@ ## Unreleased +## [v1.11.1](https://github.com/coder/vscode-coder/releases/tag/v1.11.1) 2025-10-07 + ### Fixed - Logging in or out in one VS Code window now properly updates the authentication status in all other open windows. - Fix an issue with JSON stringification errors occurring when logging circular objects. +- Fix resource cleanup issues that could leave lingering components after extension deactivation. ### Added - Support for `CODER_BINARY_DESTINATION` environment variable to set CLI download location (overridden by extension setting `coder.binaryDestination` if configured). +- Search filter button to Coder Workspaces tree views for easier workspace discovery. ## [v1.11.0](https://github.com/coder/vscode-coder/releases/tag/v1.11.0) 2025-09-24 diff --git a/package.json b/package.json index 438ef3c7..dd8dce12 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "coder-remote", "displayName": "Coder", - "version": "1.11.0", + "version": "1.11.1", "description": "Open any workspace with a single click.", "categories": [ "Other"