diff --git a/ChangeLog.md b/ChangeLog.md index ee860e3b..e6dc2a59 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -2,6 +2,8 @@ ## Unreleased +## 6.1.0 + - Add `baker win-time` command for determining the earliest time a specified baker is expected to bake. - End stream consumption early if an error is returned. @@ -14,7 +16,6 @@ - Add support for `CommissionRates` in `CurrentPaydayBakerPoolStatus` (Only available for node versions > 6.0). - Show all options for importing an account. - ## 6.0.1 - Add an unit (ms) to the minimum block time shown in the chain parameters for P6. diff --git a/concordium-client.cabal b/concordium-client.cabal index 3c95c3bf..414416ac 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.0.1 +version: 6.1.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 0168db23..547652ee 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: concordium-client -version: 6.0.1 +version: 6.1.0 github: "Concordium/concordium-client" author: "Concordium" maintainer: "developers@concordium.com"