From 4a365ea6d3cd8f5c1319149b9f5c4f8e045930c5 Mon Sep 17 00:00:00 2001 From: John Ky Date: Sat, 22 Jul 2023 02:25:24 +1000 Subject: [PATCH] New version cardano-api-8.9.0.0 --- cardano-api/CHANGELOG.md | 27 +++++++++++++++++++++++++++ cardano-api/cardano-api.cabal | 2 +- 2 files changed, 28 insertions(+), 1 deletion(-) diff --git a/cardano-api/CHANGELOG.md b/cardano-api/CHANGELOG.md index c5e13ed808..5e779da8bb 100644 --- a/cardano-api/CHANGELOG.md +++ b/cardano-api/CHANGELOG.md @@ -1,5 +1,27 @@ # Changelog for cardano-api +## 8.9.0.0 + +- Expose more functionality from cardano-api + (feature; compatible) + [PR 130](https://github.com/input-output-hk/cardano-api/pull/130) + +- Rename `AtMostBabbageEra` to `ShelleyToBabbageEra` and add `FeatureInEra` instances to `ShelleyToBabbageEra` and `ConwayEraOnwards`. + (feature; breaking) + [PR 127](https://github.com/input-output-hk/cardano-api/pull/127) + +- Incorporate remaining conway certificate types into cardano-api + (feature; breaking) + [PR 119](https://github.com/input-output-hk/cardano-api/pull/119) + +- Wire up remaining Conway governance actions + (feature; compatible) + [PR 112](https://github.com/input-output-hk/cardano-api/pull/112) + +- Fix ghc version CPP + (bugfix; compatible) + [PR 123](https://github.com/input-output-hk/cardano-api/pull/123) + ## 8.8.1.1 - Add a HasTypeProxy constraint to getVerificationKey @@ -21,6 +43,11 @@ (feature; compatible) [PR 108](https://github.com/input-output-hk/cardano-api/pull/108) +- - Update to the latest ledger and consensus + - Introduce CommitteeKey + (feature; breaking) + [PR 99](https://github.com/input-output-hk/cardano-api/pull/99) + ## 8.8.0.0 - Add CastVerificationKeyRole StakePoolKey StakeKey instance diff --git a/cardano-api/cardano-api.cabal b/cardano-api/cardano-api.cabal index 3b938209e8..01d2e58312 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.8.1.1 +version: 8.9.0.0 synopsis: The cardano api description: The cardano api. category: Cardano,