From 96dc68721cc96232afefe8433c3f3e17034472c1 Mon Sep 17 00:00:00 2001 From: Carlos LopezDeLara <64222734+CarlosLopezDeLara@users.noreply.github.com> Date: Sat, 1 Feb 2025 00:29:10 -0600 Subject: [PATCH] release cardano-api-10.8.0.0 --- cardano-api/CHANGELOG.md | 18 ++++++++++++++++++ cardano-api/cardano-api.cabal | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/cardano-api/CHANGELOG.md b/cardano-api/CHANGELOG.md index c759c40df6..e08bca7e24 100644 --- a/cardano-api/CHANGELOG.md +++ b/cardano-api/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog for cardano-api +## 10.8.0.0 + +- Add QueryFuturePParams + (feature, compatible) + [PR 739](https://github.com/IntersectMBO/cardano-api/pull/739) + +- Re-export `getBlockTxs` + (compatible, bugfix) + [PR 738](https://github.com/IntersectMBO/cardano-api/pull/738) + +- Change a representation of witnesses in transaction's certificates to an ordered map where a certificate is the key. + (breaking, bugfix) + [PR 734](https://github.com/IntersectMBO/cardano-api/pull/734) + +- Add support for the ratify-state query + (feature, compatible) + [PR 737](https://github.com/IntersectMBO/cardano-api/pull/737) + ## 10.7.0.0 - Deprecate patterns, to lower entry bar knowledge to this codebase diff --git a/cardano-api/cardano-api.cabal b/cardano-api/cardano-api.cabal index a8daef00af..3b7f4d2187 100644 --- a/cardano-api/cardano-api.cabal +++ b/cardano-api/cardano-api.cabal @@ -1,6 +1,6 @@ cabal-version: 3.4 name: cardano-api -version: 10.7.0.0 +version: 10.8.0.0 synopsis: The cardano API description: The cardano API. category: