From 7f26f2a123039b857e734ebc8143a0e70699c02d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Em=C4=ABls?= Date: Tue, 15 Oct 2024 10:56:37 +0200 Subject: [PATCH] Bump changelog and version for iOS --- ios/CHANGELOG.md | 4 ++++ ios/Configurations/Version.xcconfig | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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.