Skip to content

Commit

Permalink
Merge pull request #389 from input-output-hk/jordan/cardano-api-8.35.0.0
Browse files Browse the repository at this point in the history
New version `cardano-api-8.35.0.0`
  • Loading branch information
Jimbo4350 authored Nov 28, 2023
2 parents ef538ca + 98821ca commit c877137
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions cardano-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog for cardano-api

## 8.35.0.0

- Remove `renderEra` Use `docToText . pretty` instead. Rename `prettyTo*` functions to `docTo*`.
(breaking, improvement)
[PR 387](https://github.com/input-output-hk/cardano-api/pull/387)

- Expose NewGovernanceProposals and EpochBoundaryRatificationState ledger events in Conway era
(feature, compatible)
[PR 388](https://github.com/input-output-hk/cardano-api/pull/388)

- Guard queries with their respective eras
(breaking, improvement)
[PR 386](https://github.com/input-output-hk/cardano-api/pull/386)

## 8.34.1.0

- Expose `stakeCredentialWitness` function, which returns only stake credentials for the certificates requiring witnessing: delegation and deregistration.
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.34.1.0
version: 8.35.0.0
synopsis: The cardano api
description: The cardano api.
category: Cardano,
Expand Down

0 comments on commit c877137

Please sign in to comment.