From f131a4a4ca0fe9feca748098110960db1007f14c Mon Sep 17 00:00:00 2001 From: Mateusz Galazyn Date: Wed, 27 Sep 2023 11:20:09 +0200 Subject: [PATCH] Release 8.22.0.0 --- cardano-api/CHANGELOG.md | 37 +++++++++++++++++++++++++++++++++++ cardano-api/cardano-api.cabal | 2 +- 2 files changed, 38 insertions(+), 1 deletion(-) diff --git a/cardano-api/CHANGELOG.md b/cardano-api/CHANGELOG.md index d70675094e..9e8d134409 100644 --- a/cardano-api/CHANGELOG.md +++ b/cardano-api/CHANGELOG.md @@ -1,5 +1,42 @@ # Changelog for cardano-api +## 8.22.0.0 + +- A prior refactor accidentally defaulted to `isLeadingSlotsTPraos` regardless of the era + (compatible, bugfix) + [PR 274](https://github.com/input-output-hk/cardano-api/pull/274) + +- Fix missing redeemers in certificate deregistration + (bugfix) + [PR 268](https://github.com/input-output-hk/cardano-api/pull/268) + +- Delete `WithdrawalsSupportedInEra`. Use `ShelleyBasedEra` instead. + Delete `withdrawalsSupportedInEra`. Use `inEonForEra` instead. + (breaking, improvement) + [PR 260](https://github.com/input-output-hk/cardano-api/pull/260) + +- Replace `UpdateproposalSupportedInEra` with `ShelleyToBabbageEra` + (breaking) + [PR 258](https://github.com/input-output-hk/cardano-api/pull/258) + +- Delete `TxMetadataSupportedInEra`. Use `ShelleyBasedEra` instead. + Delete `txMetadataSupportedInEra`. Use `inEonForEra` instead. + (breaking, improvement) + [PR 263](https://github.com/input-output-hk/cardano-api/pull/263) + +- New functions `alonzoEraOnwardsToMaryEraOnwards` and `shelleyToAllegraEraToByronToAllegraEra` + (feature, compatible) + [PR 266](https://github.com/input-output-hk/cardano-api/pull/266) + +- Export `getTxBodyContent` + (feature, compatible) + [PR 267](https://github.com/input-output-hk/cardano-api/pull/267) + +- Delete `CertificatesSupportedInEra`. Use `ShelleyBasedEra` instead. + Delete `certificatesSupportedInEra`. Use `inEonForEra` instead. + (breaking) + [PR 259](https://github.com/input-output-hk/cardano-api/pull/259) + ## 8.21.0.0 - Make ProposeNewCommittee use the appropriate type of key diff --git a/cardano-api/cardano-api.cabal b/cardano-api/cardano-api.cabal index e44e253555..f1e654121d 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.21.0.0 +version: 8.22.0.0 synopsis: The cardano api description: The cardano api. category: Cardano,