diff --git a/cardano-api/CHANGELOG.md b/cardano-api/CHANGELOG.md index d247f892d6..cd55337029 100644 --- a/cardano-api/CHANGELOG.md +++ b/cardano-api/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog for cardano-api +## 8.41.0.0 + +- Add plutus script support when making hot key authorisation certificates + (feature, breaking) + [PR 476](https://github.com/IntersectMBO/cardano-api/pull/476) + +- Exposed `UpgradeConwayPParams` constructors and type. + (improvement) + [PR 485](https://github.com/IntersectMBO/cardano-api/pull/485) + +- Exported more realistic default genesis for both Conway and Alonzo, and export DRepState constructors. + (improvement) + [PR 482](https://github.com/IntersectMBO/cardano-api/pull/482) + ## 8.40.0.0 - Use the ledger's Coin instead of our custom Lovelace type diff --git a/cardano-api/cardano-api.cabal b/cardano-api/cardano-api.cabal index b29e898f36..1ca6d95698 100644 --- a/cardano-api/cardano-api.cabal +++ b/cardano-api/cardano-api.cabal @@ -1,7 +1,7 @@ cabal-version: 3.4 name: cardano-api -version: 8.40.0.0 +version: 8.41.0.0 synopsis: The cardano API description: The cardano API. category: Cardano,