From 12681eda36911e1a015ba0fc0e9d633e8aeb5596 Mon Sep 17 00:00:00 2001 From: "nicolas.dorier" Date: Fri, 8 Nov 2024 16:19:29 +0900 Subject: [PATCH] bump --- 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 ce07c9559..a2e8ccd2a 100644 --- a/Build/Version.csproj +++ b/Build/Version.csproj @@ -1,5 +1,5 @@ - 2.0.1 + 2.0.2 diff --git a/Changelog.md b/Changelog.md index bee0635ec..ef4e9b9a9 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,16 @@ # Changelog +## 2.0.2 + +If you are using the Nostr or Blink plugin, consider this release **security-critical**. + +Without it, an attacker with access to a pull payment could drain the Lightning wallet without limit. + +### Bug fixes + +* Fix: Payouts were incorrectly marked as canceled even after successful completion (#6365) @NicolasDorier +* Fix: Unable to export csv/xml from Reports (#6356 #6357) @dennisreimann + ## 2.0.1 ### Bug fixes