Skip to content

Commit

Permalink
Merge pull request #246 from input-output-hk/mgalazyn/release
Browse files Browse the repository at this point in the history
Release 8.20.1.0
  • Loading branch information
carbolymer committed Sep 15, 2023
2 parents a535ea2 + 8e37773 commit 5bddb49
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions cardano-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog for cardano-api

## 8.20.1.0

- Fix typos in some deserialization error messages
(bugfix)
[PR 243](https://github.com/input-output-hk/cardano-api/pull/243)

- Fix DRep Stake and DRep Stake queries for empty lists
(bugfix)
[PR 245](https://github.com/input-output-hk/cardano-api/pull/245)

- Fix querying for dreps in `transaction build` in eras before conway
(bugfix)
[PR 240](https://github.com/input-output-hk/cardano-api/pull/240)

- Fix Query error in QueryStakeDelegDeposits when executing transaction build
(bugfix)
[PR 239](https://github.com/input-output-hk/cardano-api/pull/239)

## 8.20.0.0

- Expose constraints from casing functions
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.20.0.0
version: 8.20.1.0
synopsis: The cardano api
description: The cardano api.
category: Cardano,
Expand Down

0 comments on commit 5bddb49

Please sign in to comment.