diff --git a/cardano-cli/CHANGELOG.md b/cardano-cli/CHANGELOG.md index 0c37977672..36d5f9db1f 100644 --- a/cardano-cli/CHANGELOG.md +++ b/cardano-cli/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog for cardano-cli +## 9.2.0.0 + +- Make `genesis`: `create`, `create-staked` and `create-cardano` commands accept optional era parameters. + (feature, compatible) + [PR 812](https://github.com/IntersectMBO/cardano-cli/pull/812) + +- Remove check of Drep metadata size, always return the hash of the file passed by the user. This to be compatible with CIP119. + Upgrade cardano-api-9.1.0.0 + (feature, breaking) + [PR 818](https://github.com/IntersectMBO/cardano-cli/pull/818) + ## 9.1.0.0 - Add era-independent "debug transaction view" command diff --git a/cardano-cli/cardano-cli.cabal b/cardano-cli/cardano-cli.cabal index 91d19955b5..a263c6ca9c 100644 --- a/cardano-cli/cardano-cli.cabal +++ b/cardano-cli/cardano-cli.cabal @@ -1,6 +1,6 @@ cabal-version: 3.4 name: cardano-cli -version: 9.1.0.0 +version: 9.2.0.0 synopsis: The Cardano command-line interface description: The Cardano command-line interface. copyright: 2020-2023 Input Output Global Inc (IOG).