diff options
| author | Emīls <emils@mullvad.net> | 2024-05-21 17:30:52 +0200 |
|---|---|---|
| committer | Emīls <emils@mullvad.net> | 2024-05-21 17:30:52 +0200 |
| commit | 93f83ac91f02b6bab0f3493335ee73289b3e283b (patch) | |
| tree | e02f0258a0112f46e7fd5a63abb535a5f65e0844 | |
| parent | 2211f2875fc7953eea2ec2caa04f03d91f58be49 (diff) | |
| parent | abc779d0e3a1757869a4b4ab3364f12487dc6604 (diff) | |
| download | mullvadvpn-93f83ac91f02b6bab0f3493335ee73289b3e283b.tar.xz mullvadvpn-93f83ac91f02b6bab0f3493335ee73289b3e283b.zip | |
Merge branch 'bump-ios-version'
| -rw-r--r-- | ios/CHANGELOG.md | 4 | ||||
| -rw-r--r-- | ios/Configurations/Version.xcconfig | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/ios/CHANGELOG.md b/ios/CHANGELOG.md index 6c4d8544a8..48d65fca58 100644 --- a/ios/CHANGELOG.md +++ b/ios/CHANGELOG.md @@ -23,6 +23,10 @@ Line wrap the file at 100 chars. Th ## [Unreleased] ### Added +- Add Post-Quantum secure tunnels. + +## [2024.3 - 2024-05-13] +### Added - Add ability to create custom lists. ## [2024.2 - 2024-02-26] diff --git a/ios/Configurations/Version.xcconfig b/ios/Configurations/Version.xcconfig index 098691be00..41ba68160a 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 = 2023.8 +MARKETING_VERSION = 2024.4 // Build number // Normally we reset the build number to 1 after bumping MARKETING_VERSION. |
