Skip to content

Commit b00c675

Browse files
Release cardano-api-10.5.0.0
1 parent a429ac2 commit b00c675

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

cardano-api/CHANGELOG.md

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

3+
## 10.5.0.0
4+
5+
- Don't export the ledger's `coerceKeyRole` function anymore, export RewardAccount
6+
(breaking)
7+
[PR 708](https://github.com/IntersectMBO/cardano-api/pull/708)
8+
9+
- Adds `modTxTotalCollateral`, `modTxReturnCollateral`, `modTxFee`, `modTxValidityLowerBound`, `modTxValidityUpperBound`, `modTxMetadata`, `modTxAuxScripts`, `modTxWithdrawals`, `modTxCertificates`, `modTxUpdateProposal`, `modTxScriptValidity`, `modTxMintValue` functions for modifying `TxBodyContent`. Adds `addTxMintValue` and `subtractTxMintValue`.
10+
(compatible)
11+
[PR 706](https://github.com/IntersectMBO/cardano-api/pull/706)
12+
13+
- Add TxBodyModifier functions: `addTxIns`, `modTxInsCollateral`, `addTxInsCollateral`, `addTxInCollateral`, `modTxInsReference`, `addTxInsReference`, `addTxInReference`, `addTxOuts`, `modTxExtraKeyWits`, `addTxExtraKeyWits`.
14+
(compatible)
15+
[PR 704](https://github.com/IntersectMBO/cardano-api/pull/704)
16+
317
## 10.4.0.0
418

519
- Integrate queryProposals (GetProposals)

cardano-api/cardano-api.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-api
3-
version: 10.4.0.0
3+
version: 10.5.0.0
44
synopsis: The cardano API
55
description: The cardano API.
66
category:

0 commit comments

Comments
 (0)