Skip to content

Commit b3ab80a

Browse files
authored
Merge pull request #1063 from IntersectMBO/release/cardano-cli-10.4.0.0
release cardano-cli-10.4.0.0
2 parents d59ef1d + 72bae17 commit b3ab80a

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

cardano-cli/CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# Changelog for cardano-cli
22

3+
## 10.4.0.0
4+
5+
- Add `cardano-cli conway query future-pparams`
6+
(feature, compatible)
7+
[PR 1038](https://github.com/IntersectMBO/cardano-cli/pull/1038)
8+
9+
- Add governance action deposits to the output of `query stake-address-info`. This also renames the field stakeDeposit to stakeRegistrationDeposit in the JSON output.
10+
(feature, breaking)
11+
[PR 1032](https://github.com/IntersectMBO/cardano-cli/pull/1032)
12+
13+
- Add the ratify-state query
14+
(feature, compatible)
15+
[PR 1036](https://github.com/IntersectMBO/cardano-cli/pull/1036)
16+
17+
- Fix costs calculation for transaction with more than one certificates with the same stake credential and script witness.
18+
(bugfix)
19+
[PR 1028](https://github.com/IntersectMBO/cardano-cli/pull/1028)
20+
21+
- Add certificates to CLI interface in `compatible transaction-sign`
22+
(feature, compatible)
23+
[PR 972](https://github.com/IntersectMBO/cardano-cli/pull/972)
24+
325
## 10.3.0.0
426

527
- Add QueryLedgerPeerSnapshotCmd for a snapshot of big ledger peers used when syncing in Genesis

cardano-cli/cardano-cli.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 3.4
22
name: cardano-cli
3-
version: 10.3.0.0
3+
version: 10.4.0.0
44
synopsis: The Cardano command-line interface
55
description: The Cardano command-line interface.
66
copyright: 2020-2023 Input Output Global Inc (IOG).

0 commit comments

Comments
 (0)