summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md7
-rw-r--r--dist-assets/desktop-product-version.txt2
2 files changed, 8 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index aea88fc81a..aa0a87e056 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -38,6 +38,13 @@ Line wrap the file at 100 chars. Th
- Install AppArmor profile on all Linux distributions that support AppArmor abi 4.0.
+## [2025.10-beta2] - 2025-10-01
+### Fixed
+- QUIC obfuscation only using one in-address when connecting. It will now randomly select one of
+ the available in-addresses for each connection attempt.
+- `quinn_udp` crate flooding `mullvad-daemon.log` with warnings.
+
+
## [2025.10-beta1] - 2025-09-16
### Added
- Add helpful warnings when clearing account history. This helps users not lose their account
diff --git a/dist-assets/desktop-product-version.txt b/dist-assets/desktop-product-version.txt
index d0e3b100a7..96247370a4 100644
--- a/dist-assets/desktop-product-version.txt
+++ b/dist-assets/desktop-product-version.txt
@@ -1 +1 @@
-2025.10-beta1
+2025.10-beta2