diff options
| -rw-r--r-- | ios/CHANGELOG.md | 6 | ||||
| -rw-r--r-- | ios/Configurations/Version.xcconfig | 2 |
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. |
