From ff8adbbd37d653381dce5cbd72a571019a43d81d Mon Sep 17 00:00:00 2001 From: "nicolas.dorier" Date: Fri, 5 Nov 2021 12:18:13 +0900 Subject: [PATCH] bump --- Build/Version.csproj | 2 +- Changelog.md | 9 +++++++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/Build/Version.csproj b/Build/Version.csproj index 49df2352f..08df692a2 100644 --- a/Build/Version.csproj +++ b/Build/Version.csproj @@ -1,5 +1,5 @@ - 1.3.2 + 1.3.3 diff --git a/Changelog.md b/Changelog.md index 04fbf7f89..ac1c80805 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,8 +1,14 @@ # Changelog +## 1.3.3 + +### Bug fixes: + +* LNAddress wasn't working if the store supported an altcoin @NicolasDorier + ## 1.3.2 -This feature include a critical security patch. The vulnerability impacts owner of shared instances which share their internal lightning nodes. Credits to @yk to have noticed us. +This feature include a critical security patch. The vulnerability impacts owner of shared instances which share their internal lightning nodes. Credits to @yilakb to have noticed us. ### New Features: @@ -13,7 +19,6 @@ This feature include a critical security patch. The vulnerability impacts owner * Crowdfunding topup invoice doesn't work when there isn't a perk added (#3048 #3064) @satwo * Crowdfund: Fix perk value display (#3060) @dennisreimann -* LNAddress wasn't working if the store supported an altcoin @NicolasDorier * Lightning address payment would fail if millisatoshi is not 0 mod 1000 on LND (#3056) @NicolasDorier * The Test Connection feature during lightning setup was hidding cause of failure @NicolasDorier * Creating a new invoice in payment request with LNURL activated would crash @NicolasDorier