From a6fe5f316d0a34378d1406e22faa91ead0abf758 Mon Sep 17 00:00:00 2001 From: Duncan Coutts Date: Mon, 13 Apr 2020 11:39:11 +0100 Subject: [PATCH] Bump version to 1.10.1 and update changelog --- cardano-node/ChangeLog.md | 16 ++++++++++++++++ cardano-node/cardano-node.cabal | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/cardano-node/ChangeLog.md b/cardano-node/ChangeLog.md index 5b96322b47d..8c78f3e0187 100644 --- a/cardano-node/ChangeLog.md +++ b/cardano-node/ChangeLog.md @@ -1,5 +1,21 @@ # Changelog for cardano-node +## 1.10.1 -- April 2020 + +### node changes +- None + +### consensus changes +- Improve chain DB concurrency during syncing by batching GC actions (#1932) + +### ledger changes +- Exemptions for historical null update proposals on staging blockchain (#768) +- Document Byron-era protections against network address confusion (#727, #755) + +### network changes +- Windows sync performance improvements with new timeouts implementation (#1931) +- Fix handling of negative timeouts in the IO simulator (#1939) + ## 1.10.0 -- April 2020 ### node changes diff --git a/cardano-node/cardano-node.cabal b/cardano-node/cardano-node.cabal index 92deb1fc006..dc6cbf88623 100644 --- a/cardano-node/cardano-node.cabal +++ b/cardano-node/cardano-node.cabal @@ -1,5 +1,5 @@ name: cardano-node -version: 1.10.0 +version: 1.10.1 description: The cardano full node author: IOHK maintainer: operations@iohk.io