diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 03e75a9..794cd27 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.13.1" + ".": "0.13.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index f2c6187..2f87415 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.13.2](https://github.com/KeeperHub/cli/compare/v0.13.1...v0.13.2) (2026-08-02) + + +### Bug Fixes + +* KEEP-1049 compare CLI version against server floor, stop showing API keys as identities ([#84](https://github.com/KeeperHub/cli/issues/84)) ([70c1a13](https://github.com/KeeperHub/cli/commit/70c1a13402978c12f322adeea27b37bc99b9e79e)) + ## [0.13.1](https://github.com/KeeperHub/cli/compare/v0.13.0...v0.13.1) (2026-07-29)