Skip to content

Commit

Permalink
Release cardano-api-10.6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
carbolymer committed Jan 14, 2025
1 parent c5cb6b2 commit 7a19419
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions cardano-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog for cardano-api

## 10.6.0.0

- Added `GetBigLedgerPeerSnapshot` block query
(breaking)
[PR 521](https://github.com/IntersectMBO/cardano-api/pull/521)

- Add certificates support in `createCompatibleSignedTx`.
(feature, breaking)
[PR 691](https://github.com/IntersectMBO/cardano-api/pull/691)

- Integrate `typed-protocols`, `ouroboros-network`, `cardano-ledger` and `ouroboros-consensus`
in preparation for `cardano-node` release `10.2.0`
(breaking, feature)
[PR 687](https://github.com/IntersectMBO/cardano-api/pull/687)

- Export genTxOutByron
(compatible)
[PR 703](https://github.com/IntersectMBO/cardano-api/pull/703)

## 10.5.0.0

- Don't export the ledger's `coerceKeyRole` function anymore, export RewardAccount
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.5.0.0
version: 10.6.0.0
synopsis: The cardano API
description: The cardano API.
category:
Expand Down

0 comments on commit 7a19419

Please sign in to comment.