diff --git a/vscode/CHANGELOG.md b/vscode/CHANGELOG.md index 2c7cb9322db6..62a9fd4e0253 100644 --- a/vscode/CHANGELOG.md +++ b/vscode/CHANGELOG.md @@ -10,6 +10,12 @@ This is a log of all notable changes to Cody for VS Code. [Unreleased] changes a ### Changed +## 1.38.3 + +### Fixed + +- Autocomplete: Fix the feature flag used for the fast-path A/B test. [pull/5998](https://github.com/sourcegraph/cody/pull/5998) + ## 1.38.2 ### Changed diff --git a/vscode/package.json b/vscode/package.json index 4f1fb09fbbb0..31a93ca63810 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.2", + "version": "1.38.3", "publisher": "sourcegraph", "license": "Apache-2.0", "icon": "resources/cody.png",