From 3dabafaca35cbfa8810f5acd105bceaef22a09a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Em=C4=ABls?= Date: Sat, 25 Nov 2023 00:49:33 +0100 Subject: [PATCH] Update changelog and version metadata for iOS 2023.7 --- ios/CHANGELOG.md | 4 ++++ ios/Configurations/Version.xcconfig | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ios/CHANGELOG.md b/ios/CHANGELOG.md index 623b11bf6742..71e78b1230cd 100644 --- a/ios/CHANGELOG.md +++ b/ios/CHANGELOG.md @@ -22,9 +22,13 @@ Line wrap the file at 100 chars. Th * **Security**: in case of vulnerabilities. ## [Unreleased] + + +## [2023.7 - 2023-11-23] ### Added - Add filtering on ownership and provider to location selection view. - Add blocked state. +- Show exit IP when connected to a relay. ## [2023.6 - 2023-10-12] diff --git a/ios/Configurations/Version.xcconfig b/ios/Configurations/Version.xcconfig index e5409cac0467..098691be000e 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 = 2023.5 +MARKETING_VERSION = 2023.8 // Build number // Normally we reset the build number to 1 after bumping MARKETING_VERSION.