From 5acf8994ba8b486159939ca84b0515d08ee2cd99 Mon Sep 17 00:00:00 2001 From: Mateusz Galazyn Date: Wed, 24 Jul 2024 16:15:05 +0200 Subject: [PATCH] Release cardano-cli-9.2.1.0 --- cardano-cli/CHANGELOG.md | 13 +++++++++++++ cardano-cli/cardano-cli.cabal | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) 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).