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..cabfd6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.11.0](https://github.com/KeeperHub/cli/compare/v0.10.0...v0.11.0) (2026-07-23) + + +### Features + +* KEEP-1019 add workflow resume command ([#69](https://github.com/KeeperHub/cli/issues/69)) ([84949e9](https://github.com/KeeperHub/cli/commit/84949e9666905855c2d4699b1a33de09ea437071)) +* 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)