Skip to content

Commit 24f5ab2

Browse files
committed
chore: bump version to 1.1.15 (build 51) to test export compliance bypass
This release tests the automatic export compliance configuration that should allow the pipeline to distribute to TestFlight without manual intervention.
1 parent de9d84d commit 24f5ab2

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
All notable changes to V2er iOS app will be documented in this file.
44

5+
## v1.1.15 (Build 51)
6+
1. Fix: Configure automatic export compliance bypass for TestFlight releases
7+
2. Improvement: Added ITSAppUsesNonExemptEncryption flag to automate compliance
8+
3. Improvement: Enhanced Fastlane with export compliance parameters for automatic distribution
9+
510
## v1.1.14 (Build 50)
611
1. Test: Verify TestFlight internal distribution pipeline with explicit build number
712
2. Improvement: Test automatic distribution to App Store Connect Users group

V2er/Config/Version.xcconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// VERSION_CODE: Build number (must always increase)
77

88
// VERSION_NAME - This is what users see (e.g., 1.1.2)
9-
MARKETING_VERSION = 1.1.14
9+
MARKETING_VERSION = 1.1.15
1010

1111
// VERSION_CODE - Internal build number (e.g., 29, 30, 31...)
12-
CURRENT_PROJECT_VERSION = 50
12+
CURRENT_PROJECT_VERSION = 51

0 commit comments

Comments
 (0)