diff --git a/vscode/CHANGELOG.md b/vscode/CHANGELOG.md index 7fcacdbce43..149dc688e38 100644 --- a/vscode/CHANGELOG.md +++ b/vscode/CHANGELOG.md @@ -10,6 +10,11 @@ This is a log of all notable changes to Cody for VS Code. [Unreleased] changes a ### Changed +## 1.34.3 + +### Fixed +- Autocomplete Logging: Fix the diff for recent edits by replacing psDedent with ps to preserve the indentation. [pull/5574](https://github.com/sourcegraph/cody/pull/5574) + ## 1.34.2 diff --git a/vscode/package.json b/vscode/package.json index d5b350ff610..c58e9190d5e 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.34.2", + "version": "1.34.3", "publisher": "sourcegraph", "license": "Apache-2.0", "icon": "resources/cody.png",