diff --git a/vscode/CHANGELOG.md b/vscode/CHANGELOG.md index b656072216ba..7d0719ec9998 100644 --- a/vscode/CHANGELOG.md +++ b/vscode/CHANGELOG.md @@ -10,6 +10,13 @@ This is a log of all notable changes to Cody for VS Code. [Unreleased] changes a ### Changed + +## 1.36.1 + +### Fixed + +- Autocomplete: The PR fixes the slowness in vscode because because of completions by using local cache instead of querying vscode localStorage. [pull/5798](https://github.com/sourcegraph/cody/pull/5798) + ## 1.36.0 ### Added diff --git a/vscode/package.json b/vscode/package.json index 512f51c80626..e751138bc5d6 100644 --- a/vscode/package.json +++ b/vscode/package.json @@ -3,7 +3,7 @@ "name": "cody-ai", "private": true, "displayName": "Cody: AI Coding Assistant with Autocomplete & Chat", - "version": "1.36.0", + "version": "1.36.1", "publisher": "sourcegraph", "license": "Apache-2.0", "icon": "resources/cody.png",