diff --git a/vscode/CHANGELOG.md b/vscode/CHANGELOG.md index 0dd22d3584fa..7fcacdbce43a 100644 --- a/vscode/CHANGELOG.md +++ b/vscode/CHANGELOG.md @@ -10,6 +10,17 @@ This is a log of all notable changes to Cody for VS Code. [Unreleased] changes a ### Changed + +## 1.34.2 + +### Added + +### Fixed + +- Autocomplete Logging: The PR fixes the contextCandidates logged in the inlineCompletionItemContext. [pull/5507](https://github.com/sourcegraph/cody/pull/5507) + +### Changed + ## 1.34.1 ### Added diff --git a/vscode/package.json b/vscode/package.json index b6de23225b97..d5b350ff610a 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.1", + "version": "1.34.2", "publisher": "sourcegraph", "license": "Apache-2.0", "icon": "resources/cody.png",