From 367ff7e6860a8c2497fcd0d0a470d343ee667af6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Hurlin?= Date: Tue, 13 Feb 2024 15:21:40 +0100 Subject: [PATCH] Release 8.20.1.0 --- cardano-cli/CHANGELOG.md | 31 +++++++++++++++++++++++++++++++ cardano-cli/cardano-cli.cabal | 2 +- 2 files changed, 32 insertions(+), 1 deletion(-) diff --git a/cardano-cli/CHANGELOG.md b/cardano-cli/CHANGELOG.md index 2675d20be9..bb14702c02 100644 --- a/cardano-cli/CHANGELOG.md +++ b/cardano-cli/CHANGELOG.md @@ -1,5 +1,36 @@ # Changelog for cardano-cli +## 8.20.1.0 + +- Fix `create-testnet-data` creating negative supply + (bugfix) + [PR 599](https://github.com/IntersectMBO/cardano-cli/pull/599) + +- Add the `drep update-certificate` command + (feature, compatible) + [PR 561](https://github.com/IntersectMBO/cardano-cli/pull/561) + +- Add `--include-stake` flag to obtain the stake in the `drep-state` query + (compatible) + [PR 557](https://github.com/IntersectMBO/cardano-cli/pull/557) + +- Allow users to specify the target in conway queries (either immutable tip or volatile tip) + (feature) + [PR 603](https://github.com/IntersectMBO/cardano-cli/pull/603) + +- Fix error messages as support for cardano-cli serialisation format was already removed. + (improvement, test) + [PR 605](https://github.com/IntersectMBO/cardano-cli/pull/605) + +- This PR improves `create-testnet-data` cmd so that it takes testnet magic either from template file or from the CLI flag `--testnet-magic`, when used. + (improvement) + [PR 595](https://github.com/IntersectMBO/cardano-cli/pull/595) + +- Make committee keys able to sign transactions + (feature, compatible) + [PR 596](https://github.com/IntersectMBO/cardano-cli/pull/596) + + ## 8.20.0.0 - - Bump CHaP in preparation for cardano-node 8.8 diff --git a/cardano-cli/cardano-cli.cabal b/cardano-cli/cardano-cli.cabal index 94e0c45971..4624e24603 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.20.0.0 +version: 8.20.1.0 synopsis: The Cardano command-line interface description: The Cardano command-line interface. copyright: 2020-2023 Input Output Global Inc (IOG).