diff options
| author | Emīls <emils@mullvad.net> | 2024-09-24 16:04:23 +0200 |
|---|---|---|
| committer | Emīls <emils@mullvad.net> | 2024-09-24 16:04:23 +0200 |
| commit | a6444fa4d8f6d406682ed22f16df2a8b75eb497c (patch) | |
| tree | ae1d5a68e1b4cb5283d7cc9426a2ef7f77a39e7e | |
| parent | 74a0598d637ab80a8cd7d04f5f1cc0e39188de90 (diff) | |
| parent | 771d8fb07e6f687e89e6c37780b2c6cb46223ed8 (diff) | |
| download | mullvadvpn-a6444fa4d8f6d406682ed22f16df2a8b75eb497c.tar.xz mullvadvpn-a6444fa4d8f6d406682ed22f16df2a8b75eb497c.zip | |
Merge branch 'ios-update-changelog-versions'
| -rw-r--r-- | ios/CHANGELOG.md | 8 | ||||
| -rw-r--r-- | ios/Configurations/Version.xcconfig | 2 |
2 files changed, 7 insertions, 3 deletions
diff --git a/ios/CHANGELOG.md b/ios/CHANGELOG.md index d6a0e9381c..75dfa457c1 100644 --- a/ios/CHANGELOG.md +++ b/ios/CHANGELOG.md @@ -21,15 +21,19 @@ Line wrap the file at 100 chars. Th * **Fixed**: for any bug fixes. * **Security**: in case of vulnerabilities. -## [Unreleased] +## [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..d538f70567 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.7 // Build number // Normally we reset the build number to 1 after bumping MARKETING_VERSION. |
