diff --git a/cardano-cli/CHANGELOG.md b/cardano-cli/CHANGELOG.md index 36d5f9db1f..9332e542ba 100644 --- a/cardano-cli/CHANGELOG.md +++ b/cardano-cli/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog for cardano-cli +## 9.2.1.0 + +- Add "query treasury" command + (feature, compatible) + [PR 845](https://github.com/IntersectMBO/cardano-cli/pull/845) + +- Relax requirement of supplying datums to plutus spending scripts + Add flags to enable use of reference scripts with voting and proposing scripts + - `--vote-tx-in-reference` + - `--proposal-tx-in-reference` + (feature, compatible) + [PR 822](https://github.com/IntersectMBO/cardano-cli/pull/822) + ## 9.2.0.0 - Make `genesis`: `create`, `create-staked` and `create-cardano` commands accept optional era parameters. diff --git a/cardano-cli/cardano-cli.cabal b/cardano-cli/cardano-cli.cabal index a263c6ca9c..9ddc457663 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.2.0.0 +version: 9.2.1.0 synopsis: The Cardano command-line interface description: The Cardano command-line interface. copyright: 2020-2023 Input Output Global Inc (IOG).