summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--ios/CHANGELOG.md4
-rw-r--r--ios/Configurations/Version.xcconfig2
2 files changed, 5 insertions, 1 deletions
diff --git a/ios/CHANGELOG.md b/ios/CHANGELOG.md
index 623b11bf67..71e78b1230 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 e5409cac04..098691be00 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.