Skip to content

Commit a1cfddc

Browse files
committed
Merge branch 'ios-update-changelog'
2 parents b77e3fa + f48d14a commit a1cfddc

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

ios/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,15 @@ Line wrap the file at 100 chars. Th
2222
* **Security**: in case of vulnerabilities.
2323

2424
## Unreleased
25+
26+
## [2024.10 - 2024-11-20]
27+
### Fixed
28+
- Removed deadlock when losing connectivity without entering offline state.
29+
30+
## [2024.9 - 2024-11-07]
31+
### Added
32+
- DAITA everywhere, using multihop.
33+
2534
### Changed
2635
- Replace the draft key encapsulation mechanism Kyber (round 3) with the standardized
2736
ML-KEM (FIPS 203) dito in the handshake for Quantum-resistant tunnels.

ios/Configurations/Version.xcconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
VERSIONING_SYSTEM = apple-generic
33

44
// Marketing version, aka major.minor
5-
MARKETING_VERSION = 2024.9
5+
MARKETING_VERSION = 2024.11
66

77
// Build number
88
// Normally we reset the build number to 1 after bumping MARKETING_VERSION.

0 commit comments

Comments
 (0)