diff --git a/clients/vscode/CHANGELOG.md b/clients/vscode/CHANGELOG.md index 4855b9999918..304fa4e47761 100644 --- a/clients/vscode/CHANGELOG.md +++ b/clients/vscode/CHANGELOG.md @@ -1,3 +1,9 @@ +## 1.12.5 + +### Fixes & Improvements + +- Fixed a bug where the inline completion provider was incorrectly registered twice, causing the status bar loading indicator to not correctly show ongoing completion requests. + ## 1.12.4 ### Fixes & Improvements diff --git a/clients/vscode/package.json b/clients/vscode/package.json index 9856682ee77c..e4c52ff6c439 100644 --- a/clients/vscode/package.json +++ b/clients/vscode/package.json @@ -7,7 +7,7 @@ "repository": "https://github.com/TabbyML/tabby", "bugs": "https://github.com/TabbyML/tabby/issues", "license": "Apache-2.0", - "version": "1.12.4", + "version": "1.12.5", "keywords": [ "ai", "autocomplete",