diff --git a/cardano-api/CHANGELOG.md b/cardano-api/CHANGELOG.md index ac4396258b..9cc67572c5 100644 --- a/cardano-api/CHANGELOG.md +++ b/cardano-api/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog for cardano-api +## 10.14.0.0 + +- Fix `toAnyWitness` to not ignore simple scripts + Update `getVersion` to retrieve the highest protocol version given an era + (compatible, bugfix) + [PR 805](https://github.com/IntersectMBO/cardano-api/pull/805) + ## 10.13.0.0 - Sort transaction fields in CBOR representation diff --git a/cardano-api/cardano-api.cabal b/cardano-api/cardano-api.cabal index 8de5d33f67..b79d312a51 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.13.0.0 +version: 10.14.0.0 synopsis: The cardano API description: The cardano API. category: