summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorEmīls <emils@mullvad.net>2024-11-25 22:37:17 +0100
committerEmīls <emils@mullvad.net>2024-11-25 22:37:17 +0100
commita1cfddc46c17ca661bad974433f7c513b662832c (patch)
tree84142b6626ccd6149256a44536b2a7eeda309744
parentb77e3faac394f9d1554d34d00a8f7fd19d23f0b2 (diff)
parentf48d14ad4f1b40be0cecf9b275025b7e1253f796 (diff)
downloadmullvadvpn-a1cfddc46c17ca661bad974433f7c513b662832c.tar.xz
mullvadvpn-a1cfddc46c17ca661bad974433f7c513b662832c.zip
Merge branch 'ios-update-changelog'
-rw-r--r--ios/CHANGELOG.md9
-rw-r--r--ios/Configurations/Version.xcconfig2
2 files changed, 10 insertions, 1 deletions
diff --git a/ios/CHANGELOG.md b/ios/CHANGELOG.md
index aee8e0a84f..4cf9df3c25 100644
--- a/ios/CHANGELOG.md
+++ b/ios/CHANGELOG.md
@@ -22,6 +22,15 @@ Line wrap the file at 100 chars. Th
* **Security**: in case of vulnerabilities.
## Unreleased
+
+## [2024.10 - 2024-11-20]
+### Fixed
+- Removed deadlock when losing connectivity without entering offline state.
+
+## [2024.9 - 2024-11-07]
+### Added
+- DAITA everywhere, using multihop.
+
### Changed
- Replace the draft key encapsulation mechanism Kyber (round 3) with the standardized
ML-KEM (FIPS 203) dito in the handshake for Quantum-resistant tunnels.
diff --git a/ios/Configurations/Version.xcconfig b/ios/Configurations/Version.xcconfig
index 505f85efc2..fbd6868834 100644
--- a/ios/Configurations/Version.xcconfig
+++ b/ios/Configurations/Version.xcconfig
@@ -2,7 +2,7 @@
VERSIONING_SYSTEM = apple-generic
// Marketing version, aka major.minor
-MARKETING_VERSION = 2024.9
+MARKETING_VERSION = 2024.11
// Build number
// Normally we reset the build number to 1 after bumping MARKETING_VERSION.