Skip to content

Commit c363a32

Browse files
authored
Merge pull request #1009 from IntersectMBO/release/cardano-api-10.20.0.0
Release 10.20.0.0
2 parents 22f8005 + 412c9e6 commit c363a32

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

cardano-api/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog for cardano-api
22

3+
## 10.20.0.0
4+
5+
- Deprecate "old" certificate api helper functions and introduce equivalent functions exposed by:
6+
`Cardano.Api.Compatible.Certificate`
7+
`Cardano.Api.Experimental.Certificate`
8+
(feature, breaking, refactoring)
9+
[PR 983](https://github.com/IntersectMBO/cardano-api/pull/983)
10+
11+
- Added `HasTypeProxy` `FromCBOR`, `ToCBOR`, and `SerialiseAsCBOR ` instances to `TxOut`.
12+
(feature)
13+
[PR 960](https://github.com/IntersectMBO/cardano-api/pull/960)
14+
15+
- Replace `Certificate` in `TxCertificates` with new api's `Certificate` type.
16+
(breaking)
17+
[PR 962](https://github.com/IntersectMBO/cardano-api/pull/962)
18+
319
## 10.19.1.0
420

521
- Update `cardano-ledger-api` to fix bug in `queryPoolState`, where current Pool parameters were returned instead of the future ones.

cardano-api/cardano-api.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 3.8
22
name: cardano-api
3-
version: 10.19.1.0
3+
version: 10.20.0.0
44
synopsis: The cardano API
55
description: The cardano API.
66
category:

0 commit comments

Comments
 (0)