diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ed21d28..03e75a9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.13.0" + ".": "0.13.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 98f46d1..f2c6187 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.13.1](https://github.com/KeeperHub/cli/compare/v0.13.0...v0.13.1) (2026-07-29) + + +### Bug Fixes + +* KEEP-1056 pin cobra/doc tooling deps so go mod tidy stops pruning go.sum ([#82](https://github.com/KeeperHub/cli/issues/82)) ([bde0e8f](https://github.com/KeeperHub/cli/commit/bde0e8f69d434087b281cb75dcf1244817cc0d70)) + ## [0.13.0](https://github.com/KeeperHub/cli/compare/v0.12.1...v0.13.0) (2026-07-28)