diff --git a/ChangeLog.md b/ChangeLog.md index cc9954cd..313d6067 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -2,6 +2,8 @@ ## Unreleased +## 6.2.0 + - Revise client's reconnect handling so that the client will no longer attempt to automatically reconnect on timeouts and node resource exhaustion. - Rename bakers to validators in output. diff --git a/concordium-client.cabal b/concordium-client.cabal index ca88bf7e..e30e7545 100644 --- a/concordium-client.cabal +++ b/concordium-client.cabal @@ -5,7 +5,7 @@ cabal-version: 1.24 -- see: https://github.com/sol/hpack name: concordium-client -version: 6.1.1 +version: 6.2.0 description: Please see the README on GitHub at homepage: https://github.com/Concordium/concordium-client#readme bug-reports: https://github.com/Concordium/concordium-client/issues diff --git a/package.yaml b/package.yaml index 56585733..14be6266 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: concordium-client -version: 6.1.1 +version: 6.2.0 github: "Concordium/concordium-client" author: "Concordium" maintainer: "developers@concordium.com"