diff --git a/cardano-cli/CHANGELOG.md b/cardano-cli/CHANGELOG.md index dd5511ae2f..4e3cdecf9f 100644 --- a/cardano-cli/CHANGELOG.md +++ b/cardano-cli/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog for cardano-cli +## 9.0.0.1 + +- transaction-build and build-estimate: include current treasury value only if a donation is being done + (breaking) + [PR 826](https://github.com/IntersectMBO/cardano-cli/pull/826) + +- Fix typo in committee help and error messages + (compatible) + [PR 820](https://github.com/IntersectMBO/cardano-cli/pull/820) + ## 9.0.0.0 - Add --hot-script-hash option to committee create-hot-key-authorization-certificate subcommand diff --git a/cardano-cli/cardano-cli.cabal b/cardano-cli/cardano-cli.cabal index 9ad505463a..b7117bbf97 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: 9.0.0.0 +version: 9.0.0.1 synopsis: The Cardano command-line interface description: The Cardano command-line interface. copyright: 2020-2023 Input Output Global Inc (IOG).