diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ed320221..ddfb5d57 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.12.1" + ".": "2.12.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 41e69313..6d523a68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [2.12.2](https://github.com/bman654/clodex/compare/v2.12.1...v2.12.2) (2026-09-13) + + +### Bug Fixes + +* **oauth:** stop resending the whole conversation uncached after an approved tool call ([#214](https://github.com/bman654/clodex/issues/214)) ([0369ea7](https://github.com/bman654/clodex/commit/0369ea7ac76b0023be40780373f08e0f3607d91a)) +* **opencode-go:** make OpenCode Go models answer again and add DeepSeek V4.1 Flash ([#213](https://github.com/bman654/clodex/issues/213)) ([4295a39](https://github.com/bman654/clodex/commit/4295a399877801d4f84814f2d40ad93532355547)) + ## [2.12.1](https://github.com/bman654/clodex/compare/v2.12.0...v2.12.1) (2026-09-12) diff --git a/package.json b/package.json index c0a1ce64..63402568 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bman654/clodex", - "version": "2.12.1", + "version": "2.12.2", "publishConfig": { "access": "public" },