diff --git a/.changeset/bright-radios-kiss.md b/.changeset/bright-radios-kiss.md deleted file mode 100644 index 0824600fc82..00000000000 --- a/.changeset/bright-radios-kiss.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -- #611 Customer Support Visibility (Added links to contact customer support) diff --git a/.changeset/open-rules-hide.md b/.changeset/open-rules-hide.md deleted file mode 100644 index 4fec884d1f5..00000000000 --- a/.changeset/open-rules-hide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Fixed response times for gemini-2.5-pro-preview being very slow (minutes instead of seconds) diff --git a/.changeset/rotten-insects-tap.md b/.changeset/rotten-insects-tap.md deleted file mode 100644 index 9573d3c1420..00000000000 --- a/.changeset/rotten-insects-tap.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -OpenRouter bring-your-own-key models now have much more accurate cost estimates. diff --git a/CHANGELOG.md b/CHANGELOG.md index c3f35ada53c..56253af1a39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # kilo-code +## [v4.34.1] + +### Patch Changes + +- [#612](https://github.com/Kilo-Org/kilocode/pull/612) [`793cfdd`](https://github.com/Kilo-Org/kilocode/commit/793cfdd4fc1411c63c818e14b0b6ca8c5225a859) Thanks [@HadesArchitect](https://github.com/HadesArchitect)! - - #611 Customer Support Visibility (Added links to contact customer support) + +- [#672](https://github.com/Kilo-Org/kilocode/pull/672) [`c3d955c`](https://github.com/Kilo-Org/kilocode/commit/c3d955c2280258601d5f4b05101710e34d540075) Thanks [@chrarnoldus](https://github.com/chrarnoldus)! - Fixed response times for gemini-2.5-pro-preview being very slow (minutes instead of seconds) + +- [#671](https://github.com/Kilo-Org/kilocode/pull/671) [`e0a3740`](https://github.com/Kilo-Org/kilocode/commit/e0a37406fe8102b1acd4f8e9005652e828a14e36) Thanks [@chrarnoldus](https://github.com/chrarnoldus)! - OpenRouter bring-your-own-key models now have much more accurate cost estimates. + ## [v4.34.0] ### Minor Changes diff --git a/src/package.json b/src/package.json index 2c5772535d8..e6bba595df2 100644 --- a/src/package.json +++ b/src/package.json @@ -3,7 +3,7 @@ "displayName": "%extension.displayName%", "description": "%extension.description%", "publisher": "kilocode", - "version": "4.34.0", + "version": "4.34.1", "icon": "assets/icons/logo-outline-black.png", "galleryBanner": { "color": "#FFFFFF",