What changed, and why it matters
This commit is a routine version bump from 2.3.7 to 2.3.8. It only updates the version number and the changelog. There are no code changes that fix or introduce any security issue in this commit itself.
No action needed for this commit. Review the actual code changes referenced in the changelog separately if assessing the security of the 2.3.8 release.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff changes two files: Build/Version.csproj (version string 2.3.7 -> 2.3.8) and Changelog.md (adds release notes for 2.3.8). No functional code is modified. The changelog lists several fixes and features, but those changes are not present in this commit.
Changed components
Inspect captured patch +24 / −1
diff --git a/Build/Version.csproj b/Build/Version.csproj
index 0a6d78d..1b30ff2 100644
--- a/Build/Version.csproj
+++ b/Build/Version.csproj
@@ -1,5 +1,5 @@
<Project>
<PropertyGroup>
- <Version>2.3.7</Version>
+ <Version>2.3.8</Version>
</PropertyGroup>
</Project>
diff --git a/Changelog.md b/Changelog.md
index 1e486f1..a8cdaf4 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -1,5 +1,28 @@
# Changelog
+## 2.3.8
+
+### New Features
+
+* API/Subscriptions: Add update offering route (#7296) @NicolasDorier
+* API/Subscriptions: Add update offering plan (#7297) @NicolasDorier
+* PoS: View-only store users can browse login links and invoices from the Update PoS page (#7305) @NicolasDorier
+* PoS: Store users can now generate a login QR code for any other store user (#7303) @NicolasDorier
+* Add LUD-21 (LNURL-pay Verify) support (#7250) @r0ckstardev
+* Add reporting for subscriptions (#7299) @TChukwuleta
+
+### Fixes
+
+* Fix: Reserved addresses page should not show addresses from old wallets (#7304) @thgO-O
+* Fix: QR code logins should not expire after only a few hours (#6801 #7293) @TChukwuleta
+* Fix: Avoid double translation of already localized view content (#7314 #7315) @Sanja22B
+* Fix: Phoenixd incorrectly marks payment as partial (#7325) @NicolasDorier
+* Fix: Top-Up invoices paid by BOLT11 should become settled (#7322 #7323) @notraiday
+
+### Miscellaneous
+
+* Remove support for importing keys to Bitcoin wallet via RPC (#7307) @NicolasDorier
+
## 2.3.7
This release is the first release using .NET 10.
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.