diff --git a/vscode/CHANGELOG.md b/vscode/CHANGELOG.md index f195da6a28ae..e953e87b247c 100644 --- a/vscode/CHANGELOG.md +++ b/vscode/CHANGELOG.md @@ -8,6 +8,14 @@ Starting from `0.2.0`, Cody is using `major.EVEN_NUMBER.patch` for release versi ### Added +### Fixed + +### Changed + +## [0.12.2] + +### Added + - Adds information about completion `items` to the `CompletionEvent` we send on every completion suggestion. [pull/1144](https://github.com/sourcegraph/cody/pull/1144) ### Fixed diff --git a/vscode/package.json b/vscode/package.json index 1e3af55f179d..224ae00d03d1 100644 --- a/vscode/package.json +++ b/vscode/package.json @@ -2,7 +2,7 @@ "name": "cody-ai", "private": true, "displayName": "Cody AI", - "version": "0.12.1", + "version": "0.12.2", "publisher": "sourcegraph", "license": "Apache-2.0", "icon": "resources/cody.png",