From 2c47300021dc509087edb711c63648d344b7039c Mon Sep 17 00:00:00 2001 From: Duncan Coutts Date: Mon, 30 Mar 2020 17:44:14 +0100 Subject: [PATCH] Bump version to 1.9.2 and update changelog Just a single bugfix for the off-by-one error in the ledger minimum fee calculation. --- cardano-node/ChangeLog.md | 14 ++++++++++++++ cardano-node/cardano-node.cabal | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/cardano-node/ChangeLog.md b/cardano-node/ChangeLog.md index 373066aed2b..d0468766652 100644 --- a/cardano-node/ChangeLog.md +++ b/cardano-node/ChangeLog.md @@ -1,5 +1,19 @@ # Changelog for cardano-node +## 1.9.2 -- March 2020 + +### node changes +- None. + +### consensus changes +- None. + +### ledger changes +- Fix off-by-one mismatch in the minimum transaction fee (#756, #757) + +### network changes +- None. + ## 1.9.1 -- March 2020 ### node changes diff --git a/cardano-node/cardano-node.cabal b/cardano-node/cardano-node.cabal index 6ebaa26879c..9c1d3f83f98 100644 --- a/cardano-node/cardano-node.cabal +++ b/cardano-node/cardano-node.cabal @@ -1,5 +1,5 @@ name: cardano-node -version: 1.9.1 +version: 1.9.2 description: The cardano full node author: IOHK maintainer: operations@iohk.io