From a844a942a72c7fb1d66a49ba792485a0f8cd1892 Mon Sep 17 00:00:00 2001 From: hitesh-1997 Date: Fri, 30 Aug 2024 10:49:59 +0530 Subject: [PATCH] bump version and add changelog --- vscode/CHANGELOG.md | 6 ++++++ vscode/package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/vscode/CHANGELOG.md b/vscode/CHANGELOG.md index 7cdcdfeb4a61..f3cb89da76cb 100644 --- a/vscode/CHANGELOG.md +++ b/vscode/CHANGELOG.md @@ -3,6 +3,12 @@ This is a log of all notable changes to Cody for VS Code. [Unreleased] changes are included in the nightly pre-release builds. +## 1.32.6 + +### Added +- Autocomplete: Add direct routing for experimental models. [pull/5356](https://github.com/sourcegraph/cody/pull/5356) +- Autocomplete: Split create provider into seperate files. [pull/5394](https://github.com/sourcegraph/cody/pull/5394) + ## 1.32.5 ### Fixed diff --git a/vscode/package.json b/vscode/package.json index 1024da9e34a1..ecce0d9710bb 100644 --- a/vscode/package.json +++ b/vscode/package.json @@ -3,7 +3,7 @@ "name": "cody-ai", "private": true, "displayName": "Cody: AI Coding Assistant with Autocomplete & Chat", - "version": "1.32.5", + "version": "1.32.6", "publisher": "sourcegraph", "license": "Apache-2.0", "icon": "resources/cody.png",