From 02ef3279560f36eaebe24e041e58708504310100 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Hurlin?= Date: Mon, 1 Jul 2024 15:40:53 +0200 Subject: [PATCH] Release 8.25.0.0 --- cardano-cli/CHANGELOG.md | 16 +++++++++++++++- cardano-cli/cardano-cli.cabal | 2 +- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/cardano-cli/CHANGELOG.md b/cardano-cli/CHANGELOG.md index 12476d79a4..f8d2d1dc6b 100644 --- a/cardano-cli/CHANGELOG.md +++ b/cardano-cli/CHANGELOG.md @@ -1,6 +1,20 @@ # Changelog for cardano-cli -## 8.24.0.0 +## 8.25.0.0 + +- Add --current-treasury-value and --treasury-donation to transaction build and friends + (feature, breaking) + [PR 778](https://github.com/IntersectMBO/cardano-cli/pull/778) + +- Update cardano-api to 8.49.0.0 + (compatible) + [PR 804](https://github.com/IntersectMBO/cardano-cli/pull/804) + +- Make `--fee` mandatory in legacy transaction build-raw + (breaking, bugfix) + [PR 797](https://github.com/IntersectMBO/cardano-cli/pull/797) + +## 8.24.0.0 - Pre-integration for cardano-node 8.12 release `cardano-cli transaction build ... --calculate-plutus-script-cost` now returns the execution logs of the scripts diff --git a/cardano-cli/cardano-cli.cabal b/cardano-cli/cardano-cli.cabal index b07aa857d8..8e77f5a6a7 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: 8.24.0.0 +version: 8.25.0.0 synopsis: The Cardano command-line interface description: The Cardano command-line interface. copyright: 2020-2023 Input Output Global Inc (IOG).