Skip to content

Commit

Permalink
Release 8.20.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
smelc committed Feb 13, 2024
1 parent 0e393cb commit 367ff7e
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 1 deletion.
31 changes: 31 additions & 0 deletions cardano-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion cardano-cli/cardano-cli.cabal
Original file line number Diff line number Diff line change
@@ -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).
Expand Down

0 comments on commit 367ff7e

Please sign in to comment.