diff --git a/cardano-api/CHANGELOG.md b/cardano-api/CHANGELOG.md index 35a54b4093..e2623fa3d7 100644 --- a/cardano-api/CHANGELOG.md +++ b/cardano-api/CHANGELOG.md @@ -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 diff --git a/cardano-api/cardano-api.cabal b/cardano-api/cardano-api.cabal index 9c9ca80811..a35c495ec0 100644 --- a/cardano-api/cardano-api.cabal +++ b/cardano-api/cardano-api.cabal @@ -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,