diff --git a/cardano-api/CHANGELOG.md b/cardano-api/CHANGELOG.md index 8061618e3e..b3f7ed3d83 100644 --- a/cardano-api/CHANGELOG.md +++ b/cardano-api/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog for cardano-api +## 8.49.0.0 + +- Make the query used by the CLI's `transaction build` return the current treasury value, so that command to do treasury donation doesn't require the user to pass it. Corresponding CLI PR: https://github.com/IntersectMBO/cardano-cli/pull/778 + (feature, breaking) + [PR 557](https://github.com/IntersectMBO/cardano-api/pull/557) + +- Small improvements to queries + (breaking, refactoring) + [PR 559](https://github.com/IntersectMBO/cardano-api/pull/559) + ## 8.48.0.1 - Deserialize `ouroboros-consensus`'s `PoolDistr` instead of `cardano-ledger`'s `PoolDist` to maintain backwards compatibility with the `PoolDistr` query. This is needed because `cardano-ledger`'s `PoolDistr` datatype has changed. diff --git a/cardano-api/cardano-api.cabal b/cardano-api/cardano-api.cabal index 200b2e53e1..55f004035a 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.48.0.1 +version: 8.49.0.0 synopsis: The cardano API description: The cardano API. category: Cardano,