summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--ios/Assets/changes.txt5
-rw-r--r--ios/CHANGELOG.md6
-rw-r--r--ios/Configurations/Version.xcconfig2
3 files changed, 7 insertions, 6 deletions
diff --git a/ios/Assets/changes.txt b/ios/Assets/changes.txt
index f9d1c0f3c8..aed6aaa84c 100644
--- a/ios/Assets/changes.txt
+++ b/ios/Assets/changes.txt
@@ -1,4 +1 @@
-CHANGE THIS BEFORE A RELEASE
-Each line is treated as a separate change item shown in the GUI the first time it runs after install.
-Start each line with a capital letter and end each line with a period.
-Only point out the major changes.
+Improved DAITA behavior - now any exit can be used with a DAITA entry automatically. To explicitly select entry and exit relays, enable "Direct only" mode.
diff --git a/ios/CHANGELOG.md b/ios/CHANGELOG.md
index aee8e0a84f..bd2be7a711 100644
--- a/ios/CHANGELOG.md
+++ b/ios/CHANGELOG.md
@@ -21,10 +21,14 @@ Line wrap the file at 100 chars. Th
* **Fixed**: for any bug fixes.
* **Security**: in case of vulnerabilities.
-## Unreleased
+##[Unreleased]
+
+## [2024.9]
### 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.
+- Improved DAITA setting, allowing users to use DAITA servers with all exits.
+ To manually set entry, users can explicitly enable "Direct only" option.
### Fixed
- Fix app going into blocked state on first-time installs.
diff --git a/ios/Configurations/Version.xcconfig b/ios/Configurations/Version.xcconfig
index 505f85efc2..794653790c 100644
--- a/ios/Configurations/Version.xcconfig
+++ b/ios/Configurations/Version.xcconfig
@@ -7,4 +7,4 @@ MARKETING_VERSION = 2024.9
// Build number
// Normally we reset the build number to 1 after bumping MARKETING_VERSION.
// Otherwise increment it for each subsequent TestFlight submission.
-CURRENT_PROJECT_VERSION = 1
+CURRENT_PROJECT_VERSION = 3