diff options
| author | Emīls <emils@mullvad.net> | 2024-09-23 13:47:03 +0200 |
|---|---|---|
| committer | Emīls <emils@mullvad.net> | 2024-10-02 14:34:54 +0200 |
| commit | d5b659b594332b270ad0e027df0a6e458d0ed368 (patch) | |
| tree | bda8258ef23794cbfddd34877205360dfd453b39 | |
| parent | 4fc7824eef0a9765f73e4aafa0ae9f1c297122d6 (diff) | |
| download | mullvadvpn-ios/2024.8-build3.tar.xz mullvadvpn-ios/2024.8-build3.zip | |
Bump iOS version and update changes.txtios/2024.8-build3
| -rw-r--r-- | ios/Assets/changes.txt | 6 | ||||
| -rw-r--r-- | ios/CHANGELOG.md | 6 | ||||
| -rw-r--r-- | ios/Configurations/Version.xcconfig | 4 |
3 files changed, 10 insertions, 6 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 a15e049918..2f3285e53d 100644 --- a/ios/CHANGELOG.md +++ b/ios/CHANGELOG.md @@ -22,8 +22,14 @@ Line wrap the file at 100 chars. Th * **Security**: in case of vulnerabilities. ## Unreleased + +## [2024.8] ### Added - Add a new access method that uses the encrypted DNS proxy to reach our API. + +### Fixed +- Make key rotation and device validation more reliable +- Enable traffic to reach the API when a tunnel is established. - Fix IPv6 parsing in API access ## [2024.7 - 2024-09-16] diff --git a/ios/Configurations/Version.xcconfig b/ios/Configurations/Version.xcconfig index d538f70567..ee1d58e706 100644 --- a/ios/Configurations/Version.xcconfig +++ b/ios/Configurations/Version.xcconfig @@ -2,9 +2,9 @@ VERSIONING_SYSTEM = apple-generic // Marketing version, aka major.minor -MARKETING_VERSION = 2024.7 +MARKETING_VERSION = 2024.8 // Build number // Normally we reset the build number to 1 after bumping MARKETING_VERSION. // Otherwise increment it for each subsequent TestFlight submission. -CURRENT_PROJECT_VERSION = 1 +CURRENT_PROJECT_VERSION = 3 |
