diff --git a/vscode/CHANGELOG.md b/vscode/CHANGELOG.md index 4442c546dd3f..123a49791aa5 100644 --- a/vscode/CHANGELOG.md +++ b/vscode/CHANGELOG.md @@ -10,16 +10,19 @@ This is a log of all notable changes to Cody for VS Code. [Unreleased] changes a ### Changed -## 1.38.0 +## 1.38.1 -### Added +### Changed + +- Telemetry: Add document change reasons to characters logger. [pull/5855](https://github.com/sourcegraph/cody/pull/5855) +- Autocomplete: Prepare for the fast-path and completion-preloading A/B tests. [pull/5905](https://github.com/sourcegraph/cody/pull/5905) + +## 1.38.0 ### Fixed - Chat: Improve webview performance in long chats. [pull/5866](https://github.com/sourcegraph/cody/pull/5866), [pull/5875](https://github.com/sourcegraph/cody/pull/5875), [pull/5879](https://github.com/sourcegraph/cody/pull/5879) -### Changed - - Autocomplete: Remove support for the deprecated `experimental-openaicompatible` provider. Use `openaicompatible` instead. [pull/5872](https://github.com/sourcegraph/cody/pull/5872) ## 1.36.3 diff --git a/vscode/package.json b/vscode/package.json index 8d49c0e0ce5b..7ac46ca5ba02 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.38.0", + "version": "1.38.1", "publisher": "sourcegraph", "license": "Apache-2.0", "icon": "resources/cody.png",