diff --git a/ios/CHANGELOG.md b/ios/CHANGELOG.md index d6a0e9381ce7..75dfa457c142 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 f2ab523e6ced..d538f7056773 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.