Skip to content

Commit

Permalink
New version cardano-api-8.9.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
newhoggy committed Jul 21, 2023
1 parent 637fba5 commit 4a365ea
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions cardano-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion cardano-api/cardano-api.cabal
Original file line number Diff line number Diff line change
@@ -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,
Expand Down

0 comments on commit 4a365ea

Please sign in to comment.