diff --git a/cardano-cli/CHANGELOG.md b/cardano-cli/CHANGELOG.md index f8d2d1dc6b..dd5511ae2f 100644 --- a/cardano-cli/CHANGELOG.md +++ b/cardano-cli/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog for cardano-cli +## 9.0.0.0 + +- Add --hot-script-hash option to committee create-hot-key-authorization-certificate subcommand + (breaking) + [PR 806](https://github.com/IntersectMBO/cardano-cli/pull/806) + +- Move "conway governance hash" commands to "hash". Users should adapt their calls as follows: + + `cardano-cli conway governance hash anchor-data ...` becomes `cardano-cli hash anchor-data ...` + `cardano-cli conway governance hash script ...` becomes `cardano-cli hash script ...` + (breaking) + [PR 787](https://github.com/IntersectMBO/cardano-cli/pull/787) + ## 8.25.0.0 - Add --current-treasury-value and --treasury-donation to transaction build and friends diff --git a/cardano-cli/cardano-cli.cabal b/cardano-cli/cardano-cli.cabal index 5b78b961cb..545a40daec 100644 --- a/cardano-cli/cardano-cli.cabal +++ b/cardano-cli/cardano-cli.cabal @@ -1,7 +1,7 @@ cabal-version: 3.4 name: cardano-cli -version: 8.25.0.0 +version: 9.0.0.0 synopsis: The Cardano command-line interface description: The Cardano command-line interface. copyright: 2020-2023 Input Output Global Inc (IOG).