diff --git a/CHANGELOG.md b/CHANGELOG.md index daa47ace..eea1e446 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5934,6 +5934,7 @@ Welcome — and thank you. - Example skills and launch assets [Unreleased]: https://github.com/Hmbown/CodeWhale/compare/v0.8.55...HEAD +[0.8.56]: https://github.com/Hmbown/CodeWhale/compare/v0.8.55...v0.8.56 [0.8.55]: https://github.com/Hmbown/CodeWhale/compare/v0.8.54...v0.8.55 [0.8.54]: https://github.com/Hmbown/CodeWhale/compare/v0.8.53...v0.8.54 [0.8.53]: https://github.com/Hmbown/CodeWhale/compare/v0.8.52...v0.8.53 diff --git a/crates/tui/CHANGELOG.md b/crates/tui/CHANGELOG.md index daa47ace..eea1e446 100644 --- a/crates/tui/CHANGELOG.md +++ b/crates/tui/CHANGELOG.md @@ -5934,6 +5934,7 @@ Welcome — and thank you. - Example skills and launch assets [Unreleased]: https://github.com/Hmbown/CodeWhale/compare/v0.8.55...HEAD +[0.8.56]: https://github.com/Hmbown/CodeWhale/compare/v0.8.55...v0.8.56 [0.8.55]: https://github.com/Hmbown/CodeWhale/compare/v0.8.54...v0.8.55 [0.8.54]: https://github.com/Hmbown/CodeWhale/compare/v0.8.53...v0.8.54 [0.8.53]: https://github.com/Hmbown/CodeWhale/compare/v0.8.52...v0.8.53 diff --git a/npm/codewhale/package.json b/npm/codewhale/package.json index b618b0ca..48b20807 100644 --- a/npm/codewhale/package.json +++ b/npm/codewhale/package.json @@ -1,7 +1,7 @@ { "name": "codewhale", - "version": "0.8.55", - "codewhaleBinaryVersion": "0.8.55", + "version": "0.8.56", + "codewhaleBinaryVersion": "0.8.56", "description": "Install and run CodeWhale, the agentic terminal for open-source and open-weight coding models, from GitHub release artifacts.", "author": "Hmbown", "license": "MIT",