What changed, and why it matters
This commit is a routine version bump from 2.3.4 to 2.3.5 and updates the changelog. It does not change any application code, configuration, or security settings. There is nothing in the diff that introduces, fixes, or alters a security-relevant behavior.
No action required for this commit. Review the actual implementation commits referenced in the changelog (e.g., #7177 for API throttling) if assessing the security of the 2.3.5 release.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff only modifies Build/Version.csproj (Version 2.3.4 -> 2.3.5) and Changelog.md (adds release notes for 2.3.5). No source code, dependencies, cryptographic, authentication, authorization, or network code is changed. The changelog mentions a security-adjacent improvement—‘Throttle Greenfield API calls with Basic auth’—but that change is not present in this commit; it is only documented as part of the prior release engineering step.
Changed components
Inspect captured patch +24 / −1
diff --git a/Build/Version.csproj b/Build/Version.csproj
index 13d35f9..312f482 100644
--- a/Build/Version.csproj
+++ b/Build/Version.csproj
@@ -1,5 +1,5 @@
<Project>
<PropertyGroup>
- <Version>2.3.4</Version>
+ <Version>2.3.5</Version>
</PropertyGroup>
</Project>
diff --git a/Changelog.md b/Changelog.md
index 0cb7ecc..183e52c 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -1,5 +1,28 @@
# Changelog
+## 2.3.5
+
+### New Features
+
+* Allow BTCPay Server to start without any on-chain payment methods with `BTCPAY_NODEFAULTCHAIN` (#7180) @NicolasDorier
+* Add custom textbox for checkout (#7182) @pavlenex
+* Add CoinDCX rate provider for BTC/INR rates (#7173) @Abhijay007
+* Add Desiboard rate provider for BTC/USD and BTC/INR rates (#7169) @Abhijay007
+* Dashboard: Support multi-crypto wallet balance widgets (#7110) @Sup3rlativ3
+* Ability to update a previously downloaded language pack (#7185) @Abhijay007
+
+### Fixes
+
+* Fix: Images in Point of Sale Cart doesn't show on mobile (#7190) @NicolasDorier
+* Fix: Payments getting undetected on LND when the node restarted (#7176) @rockstardev
+* Fix: Do not show claim button in pull payments if it is archived (#7154 #7167) @NicolasDorier
+* Fix: Unable to edit roles when navigating from store level to Roles (#7157) @rockstardev
+
+### Improvements
+
+* Throttle Greenfield API calls with Basic auth (#7177) @NicolasDorier
+* Added missing translations strings for various files (#6897) @Abhijay007
+
## 2.3.4
### New Features
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.