From 102d35bc11f6988f2c757f533a9a1406bc7b1f6f Mon Sep 17 00:00:00 2001 From: John Ky Date: Fri, 20 Oct 2023 03:54:23 +1100 Subject: [PATCH] New version cardano-api-8.28.0.0 --- cardano-api/CHANGELOG.md | 15 +++++++++++++++ cardano-api/cardano-api.cabal | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/cardano-api/CHANGELOG.md b/cardano-api/CHANGELOG.md index 1383d71b02..49d0ddcb35 100644 --- a/cardano-api/CHANGELOG.md +++ b/cardano-api/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog for cardano-api +## 8.28.0.0 + +- Delete `AlonzoEraOnly`. + Export `caseMaryEraOnlyOrAlonzoEraOnwards` + (feature, breaking) + [PR 330](https://github.com/input-output-hk/cardano-api/pull/330) + +- New `shelleyToAlonzoEraToShelleyToBabbageEra` function + (feature, compatible) + [PR 329](https://github.com/input-output-hk/cardano-api/pull/329) + +- Delete unnecessary calls to `shelleyBasedEraConstraints` + (improvement) + [PR 325](https://github.com/input-output-hk/cardano-api/pull/325) + ## 8.27.0.0 - Remove `IsShelleyBasedEra` and `IsCardanoEra` from all functions and types. diff --git a/cardano-api/cardano-api.cabal b/cardano-api/cardano-api.cabal index 4bc66fdc33..85ebda6be6 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.27.0.0 +version: 8.28.0.0 synopsis: The cardano api description: The cardano api. category: Cardano,