summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authormojganii <mojgan.jelodar@codic.se>2025-02-13 15:52:53 +0100
committerBug Magnet <marco.nikic@mullvad.net>2025-02-14 11:05:13 +0100
commitc757b5c4a0151882546ef3d7972089bd345293be (patch)
tree6d55bebff24554e5e71417473a697b47ec4e618f
parentc64f406c6c8285c38699b80d3c5f3539a94b551e (diff)
downloadmullvadvpn-c757b5c4a0151882546ef3d7972089bd345293be.tar.xz
mullvadvpn-c757b5c4a0151882546ef3d7972089bd345293be.zip
Update market version and changelog after 2025.2 release
-rw-r--r--ios/CHANGELOG.md6
-rw-r--r--ios/Configurations/Version.xcconfig2
2 files changed, 6 insertions, 2 deletions
diff --git a/ios/CHANGELOG.md b/ios/CHANGELOG.md
index b030a0b199..8a8c78e8b9 100644
--- a/ios/CHANGELOG.md
+++ b/ios/CHANGELOG.md
@@ -22,12 +22,16 @@ Line wrap the file at 100 chars. Th
* **Security**: in case of vulnerabilities.
## Unreleased
+
+## 2025.2 - 2025-02-08
+### Added
+- Add different themes for app icons
+
### Fixed
- Broken DAITA settings view on iOS 15.
### Changed
- Move changelog to settings and add an in-app notification banner for app update.
-- Add different themes for app icons
### Removed
- Remove Google's resolvers from encrypted DNS proxy.
diff --git a/ios/Configurations/Version.xcconfig b/ios/Configurations/Version.xcconfig
index ee55a39b8f..8c8a96025c 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 = 2025.2
+MARKETING_VERSION = 2025.3
// Build number
// Normally we reset the build number to 1 after bumping MARKETING_VERSION.