diff --git a/vscode/CHANGELOG.md b/vscode/CHANGELOG.md index 4cd69cb651f6..43d4e68b7354 100644 --- a/vscode/CHANGELOG.md +++ b/vscode/CHANGELOG.md @@ -4,6 +4,13 @@ This is a log of all notable changes to Cody for VS Code. +## 1.66.0 + +### Reverts + + There were no reverts for this release + + ## Unreleased ### Added diff --git a/vscode/package.json b/vscode/package.json index 7ce16a5e8488..ddec0c543cd2 100644 --- a/vscode/package.json +++ b/vscode/package.json @@ -3,7 +3,7 @@ "name": "cody-ai", "private": true, "displayName": "Cody: AI Code Assistant", - "version": "1.64.0", + "version": "1.66.0", "publisher": "sourcegraph", "license": "Apache-2.0", "icon": "resources/cody.png",