From 350152ca246a4fb91fa32c42db8ecb34fa9cf9c4 Mon Sep 17 00:00:00 2001 From: "nicolas.dorier" Date: Tue, 9 Sep 2025 18:33:08 +0900 Subject: [PATCH] Changelog and Bump to 2.2.1 --- Build/Version.csproj | 2 +- Changelog.md | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/Build/Version.csproj b/Build/Version.csproj index 427eee160..80f7f06fc 100644 --- a/Build/Version.csproj +++ b/Build/Version.csproj @@ -1,5 +1,5 @@ - 2.2.0 + 2.2.1 diff --git a/Changelog.md b/Changelog.md index b37bf1558..9f5759abd 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,16 @@ # Changelog +## 2.2.1 + +### Bug fixes + +* Fix: Updating store settings would silently fail where there was a validation issue @NicolasDorier +* Fix: Ensure unlisted installed plugins appear as updatable (#6896 #6893) @thgO-O +* Fix: Icon spacing issues in multiple UI components (#6886 #6880) @bc1cindy +* Fix: In Wallet Send page, coin selection would unexpectedly also clear labels (#6885 #6883 #6676) @thgO-O +* Fix: Periodic tasks would sometimes stop firing (#6898) @NicolasDorier +* Fix: Date column header isn't aligned properly (#6914) @NicolasDorier + ## 2.2.0 We recommend updating NBXplorer to version `2.5.28` to take full advantage of the features in this release.