Skip to content

Commit 4b24672

Browse files
Merge pull request #1317 from IntersectMBO/release/cardano-cli-10.14.0.0
Release cardano-cli-10.14.0.0
2 parents b05f3d9 + acf1e8c commit 4b24672

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.14.0.0
4+
5+
- query stake-address-info now includes the correct cip129 hex format as well as the Ledger State format.
6+
(breaking)
7+
[PR 1313](https://github.com/IntersectMBO/cardano-cli/pull/1313)
8+
9+
- Upgrade cardano-crypto-class-2.2.3.2 with hashes deserialisation fix
10+
(compatible, bugfix)
11+
[PR 1310](https://github.com/IntersectMBO/cardano-cli/pull/1310)
12+
13+
- Replace `createTransactionBody` with `makeUnsignedTx`
14+
(compatible)
15+
[PR 1305](https://github.com/IntersectMBO/cardano-cli/pull/1305)
16+
17+
- Deprecate certificate
18+
(compatible)
19+
[PR 1286](https://github.com/IntersectMBO/cardano-cli/pull/1286)
20+
21+
- Fixed error message in readStringOfMaxLength to correctly display the actual maximum length parameter instead of hardcoded value "128"
22+
(bugfix)
23+
[PR 1297](https://github.com/IntersectMBO/cardano-cli/pull/1297)
24+
325
## 10.13.1.0
426

527
- Update `cardano-ledger-api` to fix bug in `queryPoolState`, where current Pool parameters were returned instead of the future ones.

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.8
22
name: cardano-cli
3-
version: 10.13.1.0
3+
version: 10.14.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)