summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorEmīls <emils@mullvad.net>2024-12-18 09:35:40 +0100
committerEmīls <emils@mullvad.net>2024-12-18 09:35:40 +0100
commitb815c71cc6a78f636651ebebb7f947085165c5d0 (patch)
treec9ad81d3062803d866d04d6d50898912f56afaab
parent6b7d5552dcd8233d11bee1d1d53b8424d9c47211 (diff)
parent23682bd15f8e639b20309837d4a05ceca47073a0 (diff)
downloadmullvadvpn-b815c71cc6a78f636651ebebb7f947085165c5d0.tar.xz
mullvadvpn-b815c71cc6a78f636651ebebb7f947085165c5d0.zip
Merge branch 'bump-ios'
-rw-r--r--ios/CHANGELOG.md5
-rw-r--r--ios/Configurations/Version.xcconfig2
2 files changed, 5 insertions, 2 deletions
diff --git a/ios/CHANGELOG.md b/ios/CHANGELOG.md
index 7e84652126..80ffcf9643 100644
--- a/ios/CHANGELOG.md
+++ b/ios/CHANGELOG.md
@@ -21,12 +21,15 @@ Line wrap the file at 100 chars. Th
* **Fixed**: for any bug fixes.
* **Security**: in case of vulnerabilities.
-## Unreleased
+## [2024.11 - 2024-12-12]
### Added
- Add WireGuard over Shadowsocks obfuscation. It can be enabled in "VPN settings". This will
also be used automatically when connecting fails with other methods.
- Add new settings views for DAITA and multihop.
+### Fixed
+- When loading logs, a spinner will be shown to indicate the app is busy.
+
## [2024.10 - 2024-11-20]
### Fixed
- Removed deadlock when losing connectivity without entering offline state.
diff --git a/ios/Configurations/Version.xcconfig b/ios/Configurations/Version.xcconfig
index fbd6868834..64796a3365 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 = 2024.11
+MARKETING_VERSION = 2024.12
// Build number
// Normally we reset the build number to 1 after bumping MARKETING_VERSION.