diff --git a/cabal.project b/cabal.project index 3a79e195a0..0981840564 100644 --- a/cabal.project +++ b/cabal.project @@ -14,7 +14,7 @@ repository cardano-haskell-packages -- you need to run if you change them index-state: , hackage.haskell.org 2023-08-08T19:56:09Z - , cardano-haskell-packages 2023-10-05T20:00:00Z + , cardano-haskell-packages 2023-10-05T18:49:55Z packages: cardano-cli diff --git a/cardano-cli/CHANGELOG.md b/cardano-cli/CHANGELOG.md index cd4678cafe..30c0bd976d 100644 --- a/cardano-cli/CHANGELOG.md +++ b/cardano-cli/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog for cardano-cli +## 8.12.0.0 + +- Add support for committee hot key witnesses + (feature, compatible) + [PR 338](https://github.com/input-output-hk/cardano-cli/pull/338) + +- Make it possible to use cc hot keys for `conway governance vote create` + (feature, compatible) + [PR 337](https://github.com/input-output-hk/cardano-cli/pull/337) + +- Move files that are not golden files into `input` directory + (compatible, improvement) + [PR 327](https://github.com/input-output-hk/cardano-cli/pull/327) + +- create-poll, answer-poll, verify-poll: move to 'babbage governance' block + (breaking, improvement) + [PR 322](https://github.com/input-output-hk/cardano-cli/pull/322) + ## 8.11.0.0 - Fix missing redeemers in certificate delegation and deregistration diff --git a/cardano-cli/cardano-cli.cabal b/cardano-cli/cardano-cli.cabal index 56107c2c6f..ab43c9cce8 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.11.0.0 +version: 8.12.0.0 synopsis: The Cardano command-line interface description: The Cardano command-line interface. copyright: 2020-2023 Input Output Global Inc (IOG).