Skip to content

Commit

Permalink
Merge pull request #814 from IntersectMBO/release/cardano-cli-9.0.0.0
Browse files Browse the repository at this point in the history
Release cardano-cli-9.0.0.0
  • Loading branch information
disassembler authored Jul 3, 2024
2 parents 56de089 + ae0fadc commit 4064194
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions cardano-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog for cardano-cli

## 9.0.0.0

- Add --hot-script-hash option to committee create-hot-key-authorization-certificate subcommand
(breaking)
[PR 806](https://github.com/IntersectMBO/cardano-cli/pull/806)

- Move "conway governance hash" commands to "hash". Users should adapt their calls as follows:

`cardano-cli conway governance hash anchor-data ...` becomes `cardano-cli hash anchor-data ...`
`cardano-cli conway governance hash script ...` becomes `cardano-cli hash script ...`
(breaking)
[PR 787](https://github.com/IntersectMBO/cardano-cli/pull/787)

## 8.25.0.0

- Add --current-treasury-value and --treasury-donation to transaction build and friends
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.25.0.0
version: 9.0.0.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 4064194

Please sign in to comment.