From a1c000025cb1f6d66f0e4b058e82edd89aee8a10 Mon Sep 17 00:00:00 2001 From: Duncan Coutts Date: Mon, 29 Jun 2020 15:02:15 +0100 Subject: [PATCH] Update versions to 1.14.2 and update changelogs --- cardano-api/ChangeLog.md | 8 ++++++++ cardano-api/cardano-api.cabal | 2 +- cardano-cli/ChangeLog.md | 11 ++++++++++- cardano-cli/cardano-cli.cabal | 2 +- cardano-node/ChangeLog.md | 10 ++++++++++ cardano-node/cardano-node.cabal | 2 +- 6 files changed, 31 insertions(+), 4 deletions(-) diff --git a/cardano-api/ChangeLog.md b/cardano-api/ChangeLog.md index a3954fd5677..c5bfa87f36b 100644 --- a/cardano-api/ChangeLog.md +++ b/cardano-api/ChangeLog.md @@ -1,5 +1,13 @@ # Changelog for cardano-api +## 1.14.2 -- June 2020 + +- Fix the query that dumps the ledger state as JSON (#1333) + +## 1.14.1 -- June 2020 + +No changes in the cardano-api. There were changes in the cardano-node. + ## 1.14.0 -- June 2020 - Improvements to the strongly-typed API (#1112, #1220, #1227, #1246) diff --git a/cardano-api/cardano-api.cabal b/cardano-api/cardano-api.cabal index 014b81c34e4..ccc496947cd 100644 --- a/cardano-api/cardano-api.cabal +++ b/cardano-api/cardano-api.cabal @@ -1,5 +1,5 @@ name: cardano-api -version: 1.14.0 +version: 1.14.2 description: The cardano api author: IOHK maintainer: operations@iohk.io diff --git a/cardano-cli/ChangeLog.md b/cardano-cli/ChangeLog.md index 7d7644a7dbc..d586415b536 100644 --- a/cardano-cli/ChangeLog.md +++ b/cardano-cli/ChangeLog.md @@ -1,6 +1,15 @@ # Changelog for cardano-cli -## 1.13.0 -- June 2020 +## 1.14.2 -- June 2020 + +- Fix the hashing of stake pool metadata +- Fix the query that dumps the ledger state as JSON (#1333) + +## 1.14.1 -- June 2020 + +No changes in the cardano-cli. There were changes in the cardano-node. + +## 1.14.0 -- June 2020 - New flags for transaction metadata in tx construction (#1233) - New flags for reward account withdrawals in tx construction (#1237) diff --git a/cardano-cli/cardano-cli.cabal b/cardano-cli/cardano-cli.cabal index bf7b912a07e..db8c754962d 100644 --- a/cardano-cli/cardano-cli.cabal +++ b/cardano-cli/cardano-cli.cabal @@ -1,5 +1,5 @@ name: cardano-cli -version: 1.14.0 +version: 1.14.2 description: The Cardano command-line interface. author: IOHK maintainer: operations@iohk.io diff --git a/cardano-node/ChangeLog.md b/cardano-node/ChangeLog.md index a346644199c..91ec403790f 100644 --- a/cardano-node/ChangeLog.md +++ b/cardano-node/ChangeLog.md @@ -1,5 +1,15 @@ # Changelog for cardano-node +## 1.14.2 -- June 2020 + +No changes in the node. There were changes in the cardano-api and cardano-cli. + +## 1.14.1 -- June 2020 + +- Include the libsodium.dll info Windows build artefacts (#1327) +- Fix compiler warnings on Windows (#1303) +- Split live view code into more modules (#1323) + ## 1.14.0 -- June 2020 ### node changes diff --git a/cardano-node/cardano-node.cabal b/cardano-node/cardano-node.cabal index 54857530845..88840eeaba3 100644 --- a/cardano-node/cardano-node.cabal +++ b/cardano-node/cardano-node.cabal @@ -1,5 +1,5 @@ name: cardano-node -version: 1.14.0 +version: 1.14.2 description: The cardano full node author: IOHK maintainer: operations@iohk.io