diff --git a/vscode/CHANGELOG.md b/vscode/CHANGELOG.md index 980802ebdd06..db0fcb0149a7 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.10.0] + +### Added + - New button in Chat UI to export chat history to a JSON file. [pull/829](https://github.com/sourcegraph/cody/pull/829) - Rank autocomplete suggestion with tree-sitter when `cody.autocomplete.experimental.syntacticPostProcessing` is enabled. [pull/837](https://github.com/sourcegraph/cody/pull/837) - Rate limit during autocomplete will now surface to the user through the status bar item. [pull/851](https://github.com/sourcegraph/cody/pull/851) diff --git a/vscode/package.json b/vscode/package.json index 190084bcc4ab..0448e1849a4e 100644 --- a/vscode/package.json +++ b/vscode/package.json @@ -2,7 +2,7 @@ "name": "cody-ai", "private": true, "displayName": "Cody AI", - "version": "0.8.0", + "version": "0.10.0", "publisher": "sourcegraph", "license": "Apache-2.0", "icon": "resources/cody.png",