From b6c1f4059e3ddac20e6b5775a9216f924924eeb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ale=C5=A1=20Bizjak?= Date: Thu, 19 Oct 2023 10:39:31 +0200 Subject: [PATCH] Version, changelog. --- ChangeLog.md | 3 +++ concordium-client.cabal | 4 ++-- package.yaml | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index e6dc2a59..dd56ca84 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -2,6 +2,9 @@ ## Unreleased +- Revise client's reconnect handling so that the client will no longer attempt + to automatically reconnect on timeouts and node resource exhaustion. + ## 6.1.0 - Add `baker win-time` command for determining the earliest time a specified baker is expected to diff --git a/concordium-client.cabal b/concordium-client.cabal index 414416ac..5402de7f 100644 --- a/concordium-client.cabal +++ b/concordium-client.cabal @@ -1,11 +1,11 @@ cabal-version: 1.24 --- This file has been generated from package.yaml by hpack version 0.35.1. +-- This file has been generated from package.yaml by hpack version 0.35.2. -- -- see: https://github.com/sol/hpack name: concordium-client -version: 6.1.0 +version: 6.1.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 547652ee..56585733 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: concordium-client -version: 6.1.0 +version: 6.1.1 github: "Concordium/concordium-client" author: "Concordium" maintainer: "developers@concordium.com"