diff --git a/ios/CHANGELOG.md b/ios/CHANGELOG.md index a15e0499182c..0e9eef986072 100644 --- a/ios/CHANGELOG.md +++ b/ios/CHANGELOG.md @@ -22,8 +22,12 @@ Line wrap the file at 100 chars. Th * **Security**: in case of vulnerabilities. ## Unreleased + +## [2024.8 - 2024-10-14] ### Added - Add a new access method that uses the encrypted DNS proxy to reach our API. + +### Fixed - Fix IPv6 parsing in API access ## [2024.7 - 2024-09-16] diff --git a/ios/Configurations/Version.xcconfig b/ios/Configurations/Version.xcconfig index d538f7056773..505f85efc24c 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.7 +MARKETING_VERSION = 2024.9 // Build number // Normally we reset the build number to 1 after bumping MARKETING_VERSION.