Skip to content

Commit

Permalink
Releasing 8.45.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosLopezDeLara committed Apr 24, 2024
1 parent d618895 commit 3a43045
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions cardano-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog for cardano-api

## 8.45.1.0

- Adding `MinFeeRefScriptCostPerByte` to Conway PParams
(feature)
[PR 524](https://github.com/IntersectMBO/cardano-api/pull/524)

- Added a golden test for ProtocolParameters, added three property-based tests for comparing ProtocolParameters and PParams for the different eras, and fixed the implementation of `toAlonzoPParams` function.
(improvement)
[PR 457](https://github.com/IntersectMBO/cardano-api/pull/457)

## 8.45.0.0

- Sort metadata keys for no-schema json for canonical CBOR
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.45.0.0
version: 8.45.1.0
synopsis: The cardano API
description: The cardano API.
category: Cardano,
Expand Down

0 comments on commit 3a43045

Please sign in to comment.