diff --git a/cardano-node/ChangeLog.md b/cardano-node/ChangeLog.md index d0468766652..109a72430db 100644 --- a/cardano-node/ChangeLog.md +++ b/cardano-node/ChangeLog.md @@ -1,5 +1,22 @@ # Changelog for cardano-node +## 1.9.3 -- March 2020 + +### node changes +- None. + +### consensus changes +- None. + +### ledger changes +- None + +### network changes +- Fix Windows named pipes bug that limited node client connections (#1876) +- More reliable establishment of connections with Windows named pipes (#1881) +- Workaround DNS timeout problems on Windows (#1873, #1878) +- Add a timeout in one state of the chain sync protocol (#1871) + ## 1.9.2 -- March 2020 ### node changes diff --git a/cardano-node/cardano-node.cabal b/cardano-node/cardano-node.cabal index 9c1d3f83f98..abed0ed1242 100644 --- a/cardano-node/cardano-node.cabal +++ b/cardano-node/cardano-node.cabal @@ -1,5 +1,5 @@ name: cardano-node -version: 1.9.2 +version: 1.9.3 description: The cardano full node author: IOHK maintainer: operations@iohk.io