From 66201fd13aa922005edd53afaa75e68cef05330f Mon Sep 17 00:00:00 2001 From: Alexey Kuleshevich Date: Wed, 26 Jun 2024 16:33:28 -0600 Subject: [PATCH] Update changelog to reflect recent release --- eras/conway/impl/CHANGELOG.md | 4 ++++ eras/shelley/impl/CHANGELOG.md | 4 ++++ libs/cardano-ledger-core/CHANGELOG.md | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/eras/conway/impl/CHANGELOG.md b/eras/conway/impl/CHANGELOG.md index 680155b7910..ce4e3535cff 100644 --- a/eras/conway/impl/CHANGELOG.md +++ b/eras/conway/impl/CHANGELOG.md @@ -1,5 +1,9 @@ # Version history for `cardano-ledger-conway` +## 1.15.1.1 + +* + ## 1.15.1.0 * Add `tierRefScriptFee` and `txNonDistinctRefScriptsSize` diff --git a/eras/shelley/impl/CHANGELOG.md b/eras/shelley/impl/CHANGELOG.md index 6c6726142db..535a6a3cc78 100644 --- a/eras/shelley/impl/CHANGELOG.md +++ b/eras/shelley/impl/CHANGELOG.md @@ -1,5 +1,9 @@ # Version history for `cardano-ledger-shelley` +## 1.12.1.1 + +* + ## 1.12.1.0 * diff --git a/libs/cardano-ledger-core/CHANGELOG.md b/libs/cardano-ledger-core/CHANGELOG.md index ed134172d15..edf98e3f558 100644 --- a/libs/cardano-ledger-core/CHANGELOG.md +++ b/libs/cardano-ledger-core/CHANGELOG.md @@ -1,5 +1,9 @@ # Version history for `cardano-ledger-core` +## 1.13.1.1 + +* + ## 1.13.1.0 * Improve error reporting for `CostModel` json parsing