diff options
| author | Jon Petersson <jon.petersson@mullvad.net> | 2025-03-10 09:49:09 +0100 |
|---|---|---|
| committer | Jon Petersson <jon.petersson@mullvad.net> | 2025-03-10 09:49:09 +0100 |
| commit | 44f98be09578c7bbcfa9b8c1fee92b9d14a25ded (patch) | |
| tree | e8422c35b98af34dcd519e9c5b0e5e7f15da62aa | |
| parent | a8e7f40fba04c3b6ba70e61a51e7dde58ab2b420 (diff) | |
| parent | 5bca07f6c1f01802ead33a5566985c75c58c0a75 (diff) | |
| download | mullvadvpn-44f98be09578c7bbcfa9b8c1fee92b9d14a25ded.tar.xz mullvadvpn-44f98be09578c7bbcfa9b8c1fee92b9d14a25ded.zip | |
Merge branch 'backport-2025.3'
| -rw-r--r-- | ios/CHANGELOG.md | 4 | ||||
| -rw-r--r-- | ios/Configurations/Version.xcconfig | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/ios/CHANGELOG.md b/ios/CHANGELOG.md index 52c9c6f011..86f85e699e 100644 --- a/ios/CHANGELOG.md +++ b/ios/CHANGELOG.md @@ -38,6 +38,10 @@ Line wrap the file at 100 chars. Th ### Removed - Remove Google's resolvers from encrypted DNS proxy. +## [2025.3 - 2025-03-06] +### Fixed +- Fix DAITA for multihop. + ## [2025.1 - 2025-01-14] ### Added - Update to DAITA v2 - now machines are provided by relays dynamically instead diff --git a/ios/Configurations/Version.xcconfig b/ios/Configurations/Version.xcconfig index 8c8a96025c..4ea470c7f9 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 = 2025.3 +MARKETING_VERSION = 2025.4 // Build number // Normally we reset the build number to 1 after bumping MARKETING_VERSION. |
