summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorEmīls <emils@mullvad.net>2024-09-23 13:47:03 +0200
committerEmīls <emils@mullvad.net>2024-09-23 13:48:53 +0200
commite9b9289047eaa14f66fd4dd5e92dcbbc46d53ebc (patch)
treef62f8319d9d26c6436b5f3e7ce3d7d6b509063d7
parente4b423e862e89c8a8ace7c43eda871fd2c934b1e (diff)
downloadmullvadvpn-e9b9289047eaa14f66fd4dd5e92dcbbc46d53ebc.tar.xz
mullvadvpn-e9b9289047eaa14f66fd4dd5e92dcbbc46d53ebc.zip
Bump iOS version and update changes.txtios/2024.8-build1
-rw-r--r--ios/Assets/changes.txt6
-rw-r--r--ios/CHANGELOG.md13
-rw-r--r--ios/Configurations/Version.xcconfig2
3 files changed, 14 insertions, 7 deletions
diff --git a/ios/Assets/changes.txt b/ios/Assets/changes.txt
index f9d1c0f3c8..53deb983e8 100644
--- a/ios/Assets/changes.txt
+++ b/ios/Assets/changes.txt
@@ -1,4 +1,2 @@
-CHANGE THIS BEFORE A RELEASE
-Each line is treated as a separate change item shown in the GUI the first time it runs after install.
-Start each line with a capital letter and end each line with a period.
-Only point out the major changes.
+Improve the reliability of the communications with our API.
+Improve reliability of device key rotation.
diff --git a/ios/CHANGELOG.md b/ios/CHANGELOG.md
index d6a0e9381c..8210826a88 100644
--- a/ios/CHANGELOG.md
+++ b/ios/CHANGELOG.md
@@ -21,15 +21,24 @@ Line wrap the file at 100 chars. Th
* **Fixed**: for any bug fixes.
* **Security**: in case of vulnerabilities.
-## [Unreleased]
+## [2024.8]
+### Fixed
+- Make key rotation and device validation more reliable
+- Enable traffic to reach the API when a tunnel is established.
+
+## [2024.7 - 2024-09-16]
### Added
- Add DAITA (Defence against AI-guided Traffic Analysis) setting
+## [2024.6 - 2024.09-02]
+### Fixed
+- Fixed multihop in networks that use DNS64 and NAT64.
+
## [2024.5 - 2024-08-19]
### Added
- Add multihop, a feature that routes traffic through two
of our relays before it reaches the internet.
-
+
## [2024.4 - 2024-06-25]
### Added
- Add Post-Quantum secure tunnels.
diff --git a/ios/Configurations/Version.xcconfig b/ios/Configurations/Version.xcconfig
index f2ab523e6c..892e9c85f9 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.6
+MARKETING_VERSION = 2024.8
// Build number
// Normally we reset the build number to 1 after bumping MARKETING_VERSION.