Skip to content

Commit

Permalink
Release cardano-api-10.5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosLopezDeLara committed Dec 19, 2024
1 parent a429ac2 commit b00c675
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions cardano-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog for cardano-api

## 10.5.0.0

- Don't export the ledger's `coerceKeyRole` function anymore, export RewardAccount
(breaking)
[PR 708](https://github.com/IntersectMBO/cardano-api/pull/708)

- Adds `modTxTotalCollateral`, `modTxReturnCollateral`, `modTxFee`, `modTxValidityLowerBound`, `modTxValidityUpperBound`, `modTxMetadata`, `modTxAuxScripts`, `modTxWithdrawals`, `modTxCertificates`, `modTxUpdateProposal`, `modTxScriptValidity`, `modTxMintValue` functions for modifying `TxBodyContent`. Adds `addTxMintValue` and `subtractTxMintValue`.
(compatible)
[PR 706](https://github.com/IntersectMBO/cardano-api/pull/706)

- Add TxBodyModifier functions: `addTxIns`, `modTxInsCollateral`, `addTxInsCollateral`, `addTxInCollateral`, `modTxInsReference`, `addTxInsReference`, `addTxInReference`, `addTxOuts`, `modTxExtraKeyWits`, `addTxExtraKeyWits`.
(compatible)
[PR 704](https://github.com/IntersectMBO/cardano-api/pull/704)

## 10.4.0.0

- Integrate queryProposals (GetProposals)
Expand Down
2 changes: 1 addition & 1 deletion cardano-api/cardano-api.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.4
name: cardano-api
version: 10.4.0.0
version: 10.5.0.0
synopsis: The cardano API
description: The cardano API.
category:
Expand Down

0 comments on commit b00c675

Please sign in to comment.