From ffa0fc76338c79483168769820f16b18c3ae84de Mon Sep 17 00:00:00 2001 From: Mateusz Galazyn Date: Mon, 2 Oct 2023 13:18:04 +0200 Subject: [PATCH] Release 8.24.0.0 --- cardano-api/CHANGELOG.md | 17 ++++++++++++++++- cardano-api/cardano-api.cabal | 2 +- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/cardano-api/CHANGELOG.md b/cardano-api/CHANGELOG.md index db9c9985bc..4bdc7e191d 100644 --- a/cardano-api/CHANGELOG.md +++ b/cardano-api/CHANGELOG.md @@ -1,6 +1,21 @@ # Changelog for cardano-api -# 8.23.0.0 +## 8.24.0.0 + +- Expose Conway drep registration certificate anchor + (breaking, improvement) + [PR 284](https://github.com/input-output-hk/cardano-api/pull/284) + +- Parameterize `AnyEraInEon`. Add `AnyEon` + (breaking) + [PR 287](https://github.com/input-output-hk/cardano-api/pull/287) + +- Add support for conway era protocol parameters. + Adapted `GenesisCardano` to upstream Ledger/Consensus changes. + (feature, breaking) + [PR 270](https://github.com/input-output-hk/cardano-api/pull/270) + +## 8.23.0.0 - New `caseAlonzoOnlyOrBabbageEraOnwards` and `alonzoEraOnlyToAlonzoEraOnwards` functions (feature, compatible) diff --git a/cardano-api/cardano-api.cabal b/cardano-api/cardano-api.cabal index 9ee3e40385..04237e822e 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.23.0.0 +version: 8.24.0.0 synopsis: The cardano api description: The cardano api. category: Cardano,