Skip to content

Commit

Permalink
Merge pull request #381 from input-output-hk/jordan/cardano-api-8.34.0.0
Browse files Browse the repository at this point in the history
New version `cardano-api-8.34.0.0`
  • Loading branch information
Jimbo4350 authored Nov 21, 2023
2 parents eaf4815 + 448296f commit 13741a2
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.34.0.0

- Parameterize `createAndValidateTransactionBody` on `ShelleyBasedEra era`
(breaking)
[PR 378](https://github.com/input-output-hk/cardano-api/pull/378)

- Add `QueryStakeVoteDelegatees` to return the vote delegatee associated to a stake credential
(feature, compatible)
[PR 367](https://github.com/input-output-hk/cardano-api/pull/367)

- `ToJSON` instance for `TxValidationError`
(feature, compatible)
[PR 379](https://github.com/input-output-hk/cardano-api/pull/379)

## 8.33.0.0

- `Error` instance for `FileError` instead of `Pretty`
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.33.0.0
version: 8.34.0.0
synopsis: The cardano api
description: The cardano api.
category: Cardano,
Expand Down

0 comments on commit 13741a2

Please sign in to comment.