What changed, and why it matters
This commit is a routine version bump and changelog update for BTCPay Server 2.3.2. It does not change any application code, only the version number and release notes. The changelog describes bug fixes and a new feature, but those actual code changes are not present in this diff.
No action needed for this commit specifically. Review the actual code changes referenced in the changelog entries if assessing the security of the 2.3.2 release.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff modifies only Build/Version.csproj (changing version from 2.3.1 to 2.3.2) and Changelog.md (adding release notes for 2.3.2). No source code, configuration, or security-relevant logic is changed. The changelog entries reference bug fixes for payment method display, subscription reminders, and QR code redirects, plus a feature to disable zero-amount invoices, but these are documentation-only in this commit.
Changed components
Build/Version.csprojChangelog.mdInspect captured patch +19 / −2
diff --git a/Build/Version.csproj b/Build/Version.csproj
index 40d698b..26ce5f7 100644
--- a/Build/Version.csproj
+++ b/Build/Version.csproj
@@ -1,5 +1,5 @@
<Project>
<PropertyGroup>
- <Version>2.3.1</Version>
+ <Version>2.3.2</Version>
</PropertyGroup>
</Project>
diff --git a/Changelog.md b/Changelog.md
index 2a2f38b..d2c15ac 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -1,11 +1,28 @@
# Changelog
+## 2.3.2
+
+This release fixes an important regression from `2.3.1` affecting support for payment methods other than BTC and Lightning.
+It also fixes several bugs in the new subscriptions feature that have been reported since the last release.
+
+### Bug fixes
+
+* Fix: Alternative payment methods would not show on the invoice checkout when the BTC Unified QR code was enabled (#7053) @NicolasDorier
+* Fix: Payment reminders were not sent to subscribers (#7055 #7064) @NicolasDorier
+* Fix: In the UI, the prefilled email set when creating a new subscriber was ignored (#7059) @NicolasDorier
+* Fix: The Subscriptions Mail tab did not always warn about unconfigured emails @NicolasDorier
+* Fix: The QR code on the subscription plan checkout did not redirect to the correct page (#7054 #7058) @yemmyharry
+
+### New features
+
+* PoS: Ability to disable zero-amount invoices (#7035 #7066) @NicolasDorier
+
## 2.3.1
Some plugins such as Ecwid plugin would crash BTCPay Server at startup in a loop. (See [this issue](https://github.com/Nisaba/btcpayserver-plugins/issues/7))
This release fixes that issue.
-If you experience this issue after upgrading to 2.3.0, you need to update through command line. You can contact us on chat.btcpayserver.org, if you need some support.
+If you experience this issue after upgrading to 2.3.0, you ne6772ed to update through command line. You can contact us on chat.btcpayserver.org, if you need some support.
### Bug fixes
Why this scored 15/100
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.