From 80d559500fc2d71b457656e7f77a270314740500 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 4 Sep 2026 09:25:10 +0000 Subject: [PATCH 1/2] Release cardano-cli-11.2.3.1 --- ...cardano-cli_github-actions[bot]_cardano_cli_11_2_3_0.yml | 5 ----- ..._cardano-cli_mgalazyn_integrate_cardano_api_11_7_0_0.yml | 6 ------ cardano-cli/CHANGELOG.md | 6 ++++++ cardano-cli/cardano-cli.cabal | 2 +- 4 files changed, 7 insertions(+), 12 deletions(-) delete mode 100644 .changes/20260903_080248_cardano-cli_github-actions[bot]_cardano_cli_11_2_3_0.yml delete mode 100644 .changes/20260904_074500_cardano-cli_mgalazyn_integrate_cardano_api_11_7_0_0.yml diff --git a/.changes/20260903_080248_cardano-cli_github-actions[bot]_cardano_cli_11_2_3_0.yml b/.changes/20260903_080248_cardano-cli_github-actions[bot]_cardano_cli_11_2_3_0.yml deleted file mode 100644 index 7777877883..0000000000 --- a/.changes/20260903_080248_cardano-cli_github-actions[bot]_cardano_cli_11_2_3_0.yml +++ /dev/null @@ -1,5 +0,0 @@ -description: Release cardano-cli 11.2.3.0 -kind: -- release -pr: 1437 -project: cardano-cli diff --git a/.changes/20260904_074500_cardano-cli_mgalazyn_integrate_cardano_api_11_7_0_0.yml b/.changes/20260904_074500_cardano-cli_mgalazyn_integrate_cardano_api_11_7_0_0.yml deleted file mode 100644 index 0c5e2852e3..0000000000 --- a/.changes/20260904_074500_cardano-cli_mgalazyn_integrate_cardano_api_11_7_0_0.yml +++ /dev/null @@ -1,6 +0,0 @@ -description: | - Update cardano-api to 11.7.0.0, fixing plutus redeemer pointer indexing in transaction building: proposal pointers now follow the transaction's insertion order and certificate pointers count unwitnessed certificates. -kind: -- bugfix -pr: 1440 -project: cardano-cli diff --git a/cardano-cli/CHANGELOG.md b/cardano-cli/CHANGELOG.md index f70d6eb17a..5609f69885 100644 --- a/cardano-cli/CHANGELOG.md +++ b/cardano-cli/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog for cardano-cli +## 11.2.3.1 -- 2026-09-04 + +- Update cardano-api to 11.7.0.0, fixing plutus redeemer pointer indexing in transaction building: proposal pointers now follow the transaction's insertion order and certificate pointers count unwitnessed certificates. + (bugfix) + [PR 1440](https://github.com/intersectmbo/cardano-cli/pull/1440) + ## 11.2.3.0 -- 2026-09-03 - Bumped ouroboros-consensus to address issue that affected queries `query kes-period-info` and `query tip`. diff --git a/cardano-cli/cardano-cli.cabal b/cardano-cli/cardano-cli.cabal index 84ced38bd5..f635112921 100644 --- a/cardano-cli/cardano-cli.cabal +++ b/cardano-cli/cardano-cli.cabal @@ -1,6 +1,6 @@ cabal-version: 3.8 name: cardano-cli -version: 11.2.3.0 +version: 11.2.3.1 synopsis: The Cardano command-line interface description: The Cardano command-line interface. copyright: 2020-2023 Input Output Global Inc (IOG). From 9b710f78d57e8db80f383756503cfc2acaca4c88 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 4 Sep 2026 09:25:16 +0000 Subject: [PATCH 2/2] Add release changelog fragment for cardano-cli 11.2.3.1 --- ..._cardano-cli_github-actions[bot]_cardano_cli_11_2_3_1.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changes/20260904_092516_cardano-cli_github-actions[bot]_cardano_cli_11_2_3_1.yml diff --git a/.changes/20260904_092516_cardano-cli_github-actions[bot]_cardano_cli_11_2_3_1.yml b/.changes/20260904_092516_cardano-cli_github-actions[bot]_cardano_cli_11_2_3_1.yml new file mode 100644 index 0000000000..3b07c1cfec --- /dev/null +++ b/.changes/20260904_092516_cardano-cli_github-actions[bot]_cardano_cli_11_2_3_1.yml @@ -0,0 +1,5 @@ +description: Release cardano-cli 11.2.3.1 +kind: +- release +pr: 1441 +project: cardano-cli