Skip to content

Commit 7b9be41

Browse files
committed
Release cardano-cli-10.11.1.0
1 parent 6c1d2c0 commit 7b9be41

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

cardano-cli/CHANGELOG.md

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

3+
## 10.11.1.0
4+
5+
- Update cardano-api-10.17.1.0. Fix missing certificates in transaction build.
6+
(compatible, bugfix)
7+
[PR 1230](https://github.com/IntersectMBO/cardano-cli/pull/1230)
8+
9+
- Refactor simple and plutus script interface via the `ScriptRequirements` type.
10+
(compatible, refactoring)
11+
[PR 1217](https://github.com/IntersectMBO/cardano-cli/pull/1217)
12+
13+
- Add `--help` argument where it was missing.
14+
Upgrade [cardano-api-10.17.0.0](https://github.com/IntersectMBO/cardano-api/blob/master/cardano-api/CHANGELOG.md#101700).
15+
(compatible, refactoring)
16+
[PR 1202](https://github.com/IntersectMBO/cardano-cli/pull/1202)
17+
318
## 10.11.0.0
419

520
- Isolate protocol parameters update compatible command logic

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.11.0.0
3+
version: 10.11.1.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)