diff options
Diffstat (limited to 'ios')
| -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 52c9c6f011..86f85e699e 100644 --- a/ios/CHANGELOG.md +++ b/ios/CHANGELOG.md @@ -38,6 +38,10 @@ Line wrap the file at 100 chars. Th ### Removed - Remove Google's resolvers from encrypted DNS proxy. +## [2025.3 - 2025-03-06] +### Fixed +- Fix DAITA for multihop. + ## [2025.1 - 2025-01-14] ### Added - Update to DAITA v2 - now machines are provided by relays dynamically instead diff --git a/ios/Configurations/Version.xcconfig b/ios/Configurations/Version.xcconfig index 8c8a96025c..4ea470c7f9 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.3 +MARKETING_VERSION = 2025.4 // Build number // Normally we reset the build number to 1 after bumping MARKETING_VERSION. |
