diff --git a/vscode/CHANGELOG.md b/vscode/CHANGELOG.md index 0c057ef5c848..41d7d0529569 100644 --- a/vscode/CHANGELOG.md +++ b/vscode/CHANGELOG.md @@ -7,6 +7,18 @@ This is a log of all notable changes to Cody for VS Code. ## 1.70.1 ### Fix +## 1.70.2 + +### Fix + +#### Chat + +- prompt caching feature flag enrollement [#7177](https://github.com/sourcegraph/cody/pull/7177) + +## 1.70.1 + +### Fix + - [Backport M70] fix(agentic chat): terminal and openCtx are not registered as tools [#7132](https://github.com/sourcegraph/cody/pull/7132) ## 1.70.0 diff --git a/vscode/package.json b/vscode/package.json index ddce20e4135d..638b842f6e5a 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.70.1", + "version": "1.70.2", "publisher": "sourcegraph", "license": "Apache-2.0", "icon": "resources/sourcegraph.png",