Skip to content

Commit

Permalink
Merge pull request #276 from input-output-hk/mgalazyn/release/8.22.0.0
Browse files Browse the repository at this point in the history
Release 8.22.0.0
  • Loading branch information
carbolymer authored Sep 27, 2023
2 parents 97fda2f + f131a4a commit d4f297c
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 1 deletion.
37 changes: 37 additions & 0 deletions cardano-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,42 @@
# Changelog for cardano-api

## 8.22.0.0

- A prior refactor accidentally defaulted to `isLeadingSlotsTPraos` regardless of the era
(compatible, bugfix)
[PR 274](https://github.com/input-output-hk/cardano-api/pull/274)

- Fix missing redeemers in certificate deregistration
(bugfix)
[PR 268](https://github.com/input-output-hk/cardano-api/pull/268)

- Delete `WithdrawalsSupportedInEra`. Use `ShelleyBasedEra` instead.
Delete `withdrawalsSupportedInEra`. Use `inEonForEra` instead.
(breaking, improvement)
[PR 260](https://github.com/input-output-hk/cardano-api/pull/260)

- Replace `UpdateproposalSupportedInEra` with `ShelleyToBabbageEra`
(breaking)
[PR 258](https://github.com/input-output-hk/cardano-api/pull/258)

- Delete `TxMetadataSupportedInEra`. Use `ShelleyBasedEra` instead.
Delete `txMetadataSupportedInEra`. Use `inEonForEra` instead.
(breaking, improvement)
[PR 263](https://github.com/input-output-hk/cardano-api/pull/263)

- New functions `alonzoEraOnwardsToMaryEraOnwards` and `shelleyToAllegraEraToByronToAllegraEra`
(feature, compatible)
[PR 266](https://github.com/input-output-hk/cardano-api/pull/266)

- Export `getTxBodyContent`
(feature, compatible)
[PR 267](https://github.com/input-output-hk/cardano-api/pull/267)

- Delete `CertificatesSupportedInEra`. Use `ShelleyBasedEra` instead.
Delete `certificatesSupportedInEra`. Use `inEonForEra` instead.
(breaking)
[PR 259](https://github.com/input-output-hk/cardano-api/pull/259)

## 8.21.0.0

- Make ProposeNewCommittee use the appropriate type of key
Expand Down
2 changes: 1 addition & 1 deletion cardano-api/cardano-api.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 3.4

name: cardano-api
version: 8.21.0.0
version: 8.22.0.0
synopsis: The cardano api
description: The cardano api.
category: Cardano,
Expand Down

0 comments on commit d4f297c

Please sign in to comment.