diff --git a/vscode/CHANGELOG.md b/vscode/CHANGELOG.md index f3cb89da76c..fc81600e19e 100644 --- a/vscode/CHANGELOG.md +++ b/vscode/CHANGELOG.md @@ -3,6 +3,10 @@ This is a log of all notable changes to Cody for VS Code. [Unreleased] changes are included in the nightly pre-release builds. +## 1.32.7 + +- Chat: Fixed issue where chat context was broken and couldn't be fetched from the server. [pull/5291](https://github.com/sourcegraph/cody/pull/5291) + ## 1.32.6 ### Added diff --git a/vscode/package.json b/vscode/package.json index ecce0d9710b..24240384aca 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.32.6", + "version": "1.32.7", "publisher": "sourcegraph", "license": "Apache-2.0", "icon": "resources/cody.png",