diff --git a/ChangeLog.md b/ChangeLog.md index 2e0dcded..f34d9eb9 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -2,6 +2,8 @@ ## Unreleased +## 7.0.1 + - Display the correct "at disposal" balance when used with node versions prior to 7. - Fix a bug in correctly accounting for parsed events. - Change `--out` flag for `./client validator add` to diff --git a/concordium-client.cabal b/concordium-client.cabal index 48552312..9e54717f 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: 7.0.0 +version: 7.0.1 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 1bd8b472..eab803ee 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: concordium-client -version: 7.0.0 +version: 7.0.1 github: "Concordium/concordium-client" author: "Concordium" maintainer: "developers@concordium.com"