summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--ios/Assets/changes.txt6
-rw-r--r--ios/CHANGELOG.md6
-rw-r--r--ios/Configurations/Version.xcconfig4
3 files changed, 10 insertions, 6 deletions
diff --git a/ios/Assets/changes.txt b/ios/Assets/changes.txt
index f9d1c0f3c8..53deb983e8 100644
--- a/ios/Assets/changes.txt
+++ b/ios/Assets/changes.txt
@@ -1,4 +1,2 @@
-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.
+Improve the reliability of the communications with our API.
+Improve reliability of device key rotation.
diff --git a/ios/CHANGELOG.md b/ios/CHANGELOG.md
index a15e049918..2f3285e53d 100644
--- a/ios/CHANGELOG.md
+++ b/ios/CHANGELOG.md
@@ -22,8 +22,14 @@ Line wrap the file at 100 chars. Th
* **Security**: in case of vulnerabilities.
## Unreleased
+
+## [2024.8]
### Added
- Add a new access method that uses the encrypted DNS proxy to reach our API.
+
+### Fixed
+- Make key rotation and device validation more reliable
+- Enable traffic to reach the API when a tunnel is established.
- Fix IPv6 parsing in API access
## [2024.7 - 2024-09-16]
diff --git a/ios/Configurations/Version.xcconfig b/ios/Configurations/Version.xcconfig
index d538f70567..ee1d58e706 100644
--- a/ios/Configurations/Version.xcconfig
+++ b/ios/Configurations/Version.xcconfig
@@ -2,9 +2,9 @@
VERSIONING_SYSTEM = apple-generic
// Marketing version, aka major.minor
-MARKETING_VERSION = 2024.7
+MARKETING_VERSION = 2024.8
// 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