summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorEmīls <emils@mullvad.net>2025-01-17 09:02:21 +0100
committerEmīls <emils@mullvad.net>2025-01-17 09:02:21 +0100
commit160979d2d58ddd9ac9e03d1b91ad5d10bcb93b2a (patch)
tree43c11b1377402dd9094e4fa81069edf2f49a76cc
parent0751971715cfce2222f10bf7a43dd12c2c357e3d (diff)
parentbcf3dd2ff97fccaaeeb18a2d289c87cdb1af8ad2 (diff)
downloadmullvadvpn-160979d2d58ddd9ac9e03d1b91ad5d10bcb93b2a.tar.xz
mullvadvpn-160979d2d58ddd9ac9e03d1b91ad5d10bcb93b2a.zip
Merge branch 'ios-update-changelog'
-rw-r--r--ios/CHANGELOG.md2
-rw-r--r--ios/Configurations/Version.xcconfig2
2 files changed, 3 insertions, 1 deletions
diff --git a/ios/CHANGELOG.md b/ios/CHANGELOG.md
index e074727922..b18f669447 100644
--- a/ios/CHANGELOG.md
+++ b/ios/CHANGELOG.md
@@ -22,6 +22,8 @@ Line wrap the file at 100 chars. Th
* **Security**: in case of vulnerabilities.
## Unreleased
+
+## [2025.1 - 2025-01-14]
### Added
- Update to DAITA v2 - now machines are provided by relays dynamically instead
of using bundled ones.
diff --git a/ios/Configurations/Version.xcconfig b/ios/Configurations/Version.xcconfig
index 64796a3365..ee55a39b8f 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.12
+MARKETING_VERSION = 2025.2
// Build number
// Normally we reset the build number to 1 after bumping MARKETING_VERSION.