diff --git a/cardano-cli/CHANGELOG.md b/cardano-cli/CHANGELOG.md index 1757833a90..d0f1f06553 100644 --- a/cardano-cli/CHANGELOG.md +++ b/cardano-cli/CHANGELOG.md @@ -1,5 +1,72 @@ # Changelog for cardano-cli +## 8.23.0.0 + +- Introduces the `governance action create-hardfork` cmd. + (feature, test) + [PR 746](https://github.com/IntersectMBO/cardano-cli/pull/746) + +- Export friendly function that returns ByteString + export buildShelleyAddress + (compatible) + [PR 748](https://github.com/IntersectMBO/cardano-cli/pull/748) + +- Export toTxOutInAnyEra + (compatible) + [PR 745](https://github.com/IntersectMBO/cardano-cli/pull/745) + +- Enable manual specification of execution units for plutus voting and proposing scripts + (feature, breaking) + [PR 744](https://github.com/IntersectMBO/cardano-cli/pull/744) + +- query stake-distribution: add --output-{json,text} flags + (feature, breaking) + [PR 743](https://github.com/IntersectMBO/cardano-cli/pull/743) + +- Introduce new `cardano-cli latest transaction build-estimate` command which will + produce a balanced transaction body without requiring a connection to a live node + (feature) + [PR 728](https://github.com/IntersectMBO/cardano-cli/pull/728) + +- Add `minFeeRefScriptCostPerByte` to create-protocol-parameter-update governance action command. + (feature) + [PR 736](https://github.com/IntersectMBO/cardano-cli/pull/736) + +- Fixed misunderstanding in generated README file. + (bugfix) + [PR 726](https://github.com/IntersectMBO/cardano-cli/pull/726) + +- Update cardano-api to 8.45.0.0 + (compatible) + [PR 720](https://github.com/IntersectMBO/cardano-cli/pull/720) + +- conway governance committe key-hash: support extended CC keys + (feature, compatible, bugfix) + [PR 717](https://github.com/IntersectMBO/cardano-cli/pull/717) + +- Shorten and modernize some governance tests + (improvement, test) + [PR 714](https://github.com/IntersectMBO/cardano-cli/pull/714) + +- Provide a default value for `calculate-min-fee --reference-script-size` + (improvement) + [PR 716](https://github.com/IntersectMBO/cardano-cli/pull/716) + +- key non-extended-key: make pattern matches exhaustive, so that we are notified of possible extensions + (improvement) + [PR 710](https://github.com/IntersectMBO/cardano-cli/pull/710) + +- Use mapSomeAddressVerificationKey (provided by API) instead of foldSomeAddressVerificationKey + (improvement) + [PR 708](https://github.com/IntersectMBO/cardano-cli/pull/708) + +- Enable both `--cold-script-file` and `--cold-script-hash` for `governance committee create-hot-key-authorization-certificate` and `committee create-cold-key-resignation-certificate` + (feature, compatible) + [PR 699](https://github.com/IntersectMBO/cardano-cli/pull/699) + +- Fix inversion in --include-stake parser + print "stake" field even when there is no stake (do not hide stake absence) + (breaking, bugfix) + [PR 698](https://github.com/IntersectMBO/cardano-cli/pull/698) + ## 8.22.0.0 - Add `ref-script-size` query command diff --git a/cardano-cli/cardano-cli.cabal b/cardano-cli/cardano-cli.cabal index a0a8182c1c..6578014252 100644 --- a/cardano-cli/cardano-cli.cabal +++ b/cardano-cli/cardano-cli.cabal @@ -1,7 +1,7 @@ cabal-version: 3.4 name: cardano-cli -version: 8.22.0.0 +version: 8.23.0.0 synopsis: The Cardano command-line interface description: The Cardano command-line interface. copyright: 2020-2023 Input Output Global Inc (IOG).