From 450d3cb7d231d2f8bd9900e205a1894714ecb022 Mon Sep 17 00:00:00 2001 From: "nicolas.dorier" Date: Thu, 3 Dec 2020 23:29:05 +0900 Subject: [PATCH] bump --- Build/Version.csproj | 2 +- Changelog.md | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Build/Version.csproj b/Build/Version.csproj index a486fe908..22154fffe 100644 --- a/Build/Version.csproj +++ b/Build/Version.csproj @@ -1,5 +1,5 @@ - 1.0.6.0 + 1.0.6.1 diff --git a/Changelog.md b/Changelog.md index 4bce8151e..5ab9414c8 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,11 @@ # Changelog +## 1.0.6.1: + +### Bug fixes: + +* The sync popup when the nodes are synching was not showing up (@Kukks) + ## 1.0.6.0: ### Important security fix