From f44a2dcfe9b22f9da973b65961acba87ad980b6f Mon Sep 17 00:00:00 2001 From: Arun Agrawal Date: Fri, 10 Jul 2020 17:04:27 -0700 Subject: [PATCH] Add info to changelog. --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7832fa995..b7323d5ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,7 @@ # Changelog +## 2020/07/13 3.1.96 +(#894) Fix the inferTokenOwnership information. This will provide all the details to the caller method so they can make decision rather than throwing any exception. + ## 2020/07/02/ 3.1.95 (#890) Adding an exception in the replace-ip path when a node attempts to bootstrap to an existing token because of a stale state.