From a59db4c3b753464b6a57293aab74a1aafc6c06a6 Mon Sep 17 00:00:00 2001 From: Jordan Millar Date: Thu, 5 Oct 2023 15:55:38 -0400 Subject: [PATCH] New version cardano-cli-8.12.0.0 --- cardano-cli/CHANGELOG.md | 14 ++++++++++++++ cardano-cli/cardano-cli.cabal | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/cardano-cli/CHANGELOG.md b/cardano-cli/CHANGELOG.md index cd4678cafe..0eb7ab81db 100644 --- a/cardano-cli/CHANGELOG.md +++ b/cardano-cli/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog for cardano-cli +## 8.12.0.0 + +- 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).