Skip to content

Commit

Permalink
Merge pull request #745 from IntersectMBO/release/cardano-api-10.8.0.0
Browse files Browse the repository at this point in the history
release cardano-api-10.8.0.0
  • Loading branch information
carbolymer authored Feb 3, 2025
2 parents f1a1af3 + 96dc687 commit 505aeae
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

## 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
Expand Down
2 changes: 1 addition & 1 deletion cardano-api/cardano-api.cabal
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 505aeae

Please sign in to comment.