Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions cardano-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog for cardano-cli

## 10.14.0.0

- query stake-address-info now includes the correct cip129 hex format as well as the Ledger State format.
(breaking)
[PR 1313](https://github.com/IntersectMBO/cardano-cli/pull/1313)

- Upgrade cardano-crypto-class-2.2.3.2 with hashes deserialisation fix
(compatible, bugfix)
[PR 1310](https://github.com/IntersectMBO/cardano-cli/pull/1310)

- Replace `createTransactionBody` with `makeUnsignedTx`
(compatible)
[PR 1305](https://github.com/IntersectMBO/cardano-cli/pull/1305)

- Deprecate certificate
(compatible)
[PR 1286](https://github.com/IntersectMBO/cardano-cli/pull/1286)

- Fixed error message in readStringOfMaxLength to correctly display the actual maximum length parameter instead of hardcoded value "128"
(bugfix)
[PR 1297](https://github.com/IntersectMBO/cardano-cli/pull/1297)

## 10.13.1.0

- Update `cardano-ledger-api` to fix bug in `queryPoolState`, where current Pool parameters were returned instead of the future ones.
Expand Down
2 changes: 1 addition & 1 deletion cardano-cli/cardano-cli.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.8
name: cardano-cli
version: 10.13.1.0
version: 10.14.0.0
synopsis: The Cardano command-line interface
description: The Cardano command-line interface.
copyright: 2020-2023 Input Output Global Inc (IOG).
Expand Down
Loading