From 71b9ec446a822c1c3553605281af84b8b83915b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Hurlin?= Date: Thu, 18 Jul 2024 17:10:37 +0200 Subject: [PATCH] Release 9.1.0.0 --- cardano-cli/CHANGELOG.md | 14 ++++++++++++++ cardano-cli/cardano-cli.cabal | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/cardano-cli/CHANGELOG.md b/cardano-cli/CHANGELOG.md index 4e3cdecf9f..0c37977672 100644 --- a/cardano-cli/CHANGELOG.md +++ b/cardano-cli/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog for cardano-cli +## 9.1.0.0 + +- Add era-independent "debug transaction view" command + (breaking) + [PR 840](https://github.com/IntersectMBO/cardano-cli/pull/840) + +- Add output options flags to calculate-min-fee + (feature, compatible) + [PR 824](https://github.com/IntersectMBO/cardano-cli/pull/824) + +- Fix commands' descriptions referencing old 'governance hash' command + (bugfix) + [PR 821](https://github.com/IntersectMBO/cardano-cli/pull/821) + ## 9.0.0.1 - transaction-build and build-estimate: include current treasury value only if a donation is being done diff --git a/cardano-cli/cardano-cli.cabal b/cardano-cli/cardano-cli.cabal index 90e726b565..ced06793cf 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.0.0.1 +version: 9.1.0.0 synopsis: The Cardano command-line interface description: The Cardano command-line interface. copyright: 2020-2023 Input Output Global Inc (IOG).