diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a6ed406..6b496590 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ ## Unreleased +## [v1.3.5](https://github.com/coder/vscode-coder/releases/tag/v1.3.5) (2024-10-16) + +### Fixed + +- Error messages from the workspace watch endpoint were not logged correctly. +- Delay notifying about workspaces shutting down since the connection might bump + the activity, making the notification misleading. + ## [v1.3.4](https://github.com/coder/vscode-coder/releases/tag/v1.3.4) (2024-10-14) ### Fixed diff --git a/package.json b/package.json index 358017fc..d6d9d40f 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "displayName": "Coder", "description": "Open any workspace with a single click.", "repository": "https://github.com/coder/vscode-coder", - "version": "1.3.4", + "version": "1.3.5", "engines": { "vscode": "^1.73.0" },