diff --git a/cardano-api/CHANGELOG.md b/cardano-api/CHANGELOG.md index 923d043592..3eceba9439 100644 --- a/cardano-api/CHANGELOG.md +++ b/cardano-api/CHANGELOG.md @@ -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 diff --git a/cardano-api/cardano-api.cabal b/cardano-api/cardano-api.cabal index d57bcad5e4..7e372511f9 100644 --- a/cardano-api/cardano-api.cabal +++ b/cardano-api/cardano-api.cabal @@ -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: