diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7d9b009..78e7f27 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.10.0" + ".": "0.11.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 64eb23b..eb952bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.11.0](https://github.com/KeeperHub/cli/compare/v0.10.0...v0.11.0) (2026-05-12) + + +### Features + +* KEEP-541 surface transactionHashes in run status ([6acae13](https://github.com/KeeperHub/cli/commit/6acae13347d27b90e74d6e895478b73f38d27f3f)) +* KEEP-541 surface transactionHashes in run status ([1317153](https://github.com/KeeperHub/cli/commit/13171536331518477adf4f2d7004869def8985d7)) + ## [0.10.0](https://github.com/KeeperHub/cli/compare/v0.9.0...v0.10.0) (2026-05-07)