Skip to content

Commit

Permalink
Merge pull request #294 from input-output-hk/newhoggy/new-version-car…
Browse files Browse the repository at this point in the history
…dano-api-8.25.0.0

New version cardano-api-8.25.0.0
  • Loading branch information
disassembler authored Oct 3, 2023
2 parents fa58de8 + 7f425ee commit 7fe34eb
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 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.25.0.0

- Rename `AnyEraInEon` to `EraInEon`
(breaking, improvement)
[PR 289](https://github.com/input-output-hk/cardano-api/pull/289)

- Require conway onwards for voting.
Functions with modified type signatures:
- `createVotingProcedure`
- `toVotingCredential`
- `singletonVotingProcedures`
(breaking, improvement)
[PR 293](https://github.com/input-output-hk/cardano-api/pull/293)

- Add witness committee cold key
(feature, compatible)
[PR 292](https://github.com/input-output-hk/cardano-api/pull/292)

- More use of ReexposeLedger
(improvement)
[PR 290](https://github.com/input-output-hk/cardano-api/pull/290)

## 8.24.0.0

- Expose Conway drep registration certificate anchor
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.24.0.0
version: 8.25.0.0
synopsis: The cardano api
description: The cardano api.
category: Cardano,
Expand Down

0 comments on commit 7fe34eb

Please sign in to comment.