diff --git a/vscode/CHANGELOG.md b/vscode/CHANGELOG.md index 186344c00b59..3f28fe2146b1 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 + +## [0.18.1] + +### Added + +### Fixed + - Chat: Always include selection in Enhanced Context. [pull/2144](https://github.com/sourcegraph/cody/pull/2144) - Chat: Fix abort. [pull/2159](https://github.com/sourcegraph/cody/pull/2159) - Autocomplete: Fix rate limits messages for short time spans. [pull/2152](https://github.com/sourcegraph/cody/pull/2152) diff --git a/vscode/package.json b/vscode/package.json index 05a88977597d..0abb611470f0 100644 --- a/vscode/package.json +++ b/vscode/package.json @@ -2,7 +2,7 @@ "name": "cody-ai", "private": true, "displayName": "Cody AI", - "version": "0.18.0", + "version": "0.18.1", "publisher": "sourcegraph", "license": "Apache-2.0", "icon": "resources/cody.png",