From f48d14ad4f1b40be0cecf9b275025b7e1253f796 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Em=C4=ABls?= Date: Mon, 25 Nov 2024 16:45:24 +0100 Subject: [PATCH] Update changelog and iOS version --- ios/CHANGELOG.md | 9 +++++++++ ios/Configurations/Version.xcconfig | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/ios/CHANGELOG.md b/ios/CHANGELOG.md index aee8e0a84f96..4cf9df3c25ec 100644 --- a/ios/CHANGELOG.md +++ b/ios/CHANGELOG.md @@ -22,6 +22,15 @@ Line wrap the file at 100 chars. Th * **Security**: in case of vulnerabilities. ## Unreleased + +## [2024.10 - 2024-11-20] +### Fixed +- Removed deadlock when losing connectivity without entering offline state. + +## [2024.9 - 2024-11-07] +### Added +- DAITA everywhere, using multihop. + ### Changed - Replace the draft key encapsulation mechanism Kyber (round 3) with the standardized ML-KEM (FIPS 203) dito in the handshake for Quantum-resistant tunnels. diff --git a/ios/Configurations/Version.xcconfig b/ios/Configurations/Version.xcconfig index 505f85efc24c..fbd686883459 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.9 +MARKETING_VERSION = 2024.11 // Build number // Normally we reset the build number to 1 after bumping MARKETING_VERSION.