Skip to content

Commit

Permalink
Update changelog and iOS version
Browse files Browse the repository at this point in the history
  • Loading branch information
pinkisemils committed Nov 25, 2024
1 parent b77e3fa commit d97f388
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion ios/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,16 @@ Line wrap the file at 100 chars. Th
* **Fixed**: for any bug fixes.
* **Security**: in case of vulnerabilities.

## Unreleased
## 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.
Expand Down
2 changes: 1 addition & 1 deletion ios/Configurations/Version.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit d97f388

Please sign in to comment.