We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9acdd34 commit a8c9de1Copy full SHA for a8c9de1
cardano-api/CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog for cardano-api
2
3
+## 10.13.1.0
4
+
5
+- Fix `toAnyWitness` to not ignore simple scripts
6
+ Update `getVersion` to retrieve the highest protocol version given an era
7
+ (compatible, bugfix)
8
+ [PR 805](https://github.com/IntersectMBO/cardano-api/pull/805)
9
10
## 10.13.0.0
11
12
- Sort transaction fields in CBOR representation
cardano-api/cardano-api.cabal
@@ -1,6 +1,6 @@
cabal-version: 3.4
name: cardano-api
-version: 10.13.0.0
+version: 10.13.1.0
synopsis: The cardano API
description: The cardano API.
category:
0 commit comments