diff --git a/vscode/CHANGELOG.md b/vscode/CHANGELOG.md index 799ac34afab6..0dd22d3584fa 100644 --- a/vscode/CHANGELOG.md +++ b/vscode/CHANGELOG.md @@ -8,6 +8,14 @@ This is a log of all notable changes to Cody for VS Code. [Unreleased] changes a ### Fixed +### Changed + +## 1.34.1 + +### Added + +### Fixed + - Cody Ignore: Fixed an issue where Cody would treat Notebook cells as ignored files when .cody/ignore is enabled. [pull/5473](https://github.com/sourcegraph/cody/pull/5473) - Command: Fixed the `Generate Commit Message` command on Windows caused by file path. [pull/5483](https://github.com/sourcegraph/cody/pull/5483) - Dev: Fixed an issue where incorrect request parameters caused stream requests to fail when using BYOK OpenAI-compatible models. [pull/5490](https://github.com/sourcegraph/cody/pull/5490) diff --git a/vscode/package.json b/vscode/package.json index f0c5f711350d..b6de23225b97 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.0", + "version": "1.34.1", "publisher": "sourcegraph", "license": "Apache-2.0", "icon": "resources/cody.png",