Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions cardano-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.13.0.0
version: 10.14.0.0
synopsis: The cardano API
description: The cardano API.
category:
Expand Down