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/.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 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).