Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

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

## v1.1.16 (Build XX)
1. Test: Pipeline validation test for CI/CD workflow
2. Improvement: Verify automatic build number increment
3. Improvement: Test TestFlight distribution automation

## v1.1.15 (Build 51)
1. Fix: Configure automatic export compliance bypass for TestFlight releases
2. Improvement: Added ITSAppUsesNonExemptEncryption flag to automate compliance
Expand Down
2 changes: 1 addition & 1 deletion V2er/Config/Version.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// VERSION_CODE: Build number (must always increase)

// VERSION_NAME - This is what users see (e.g., 1.1.2)
MARKETING_VERSION = 1.1.15
MARKETING_VERSION = 1.1.16

// VERSION_CODE - Internal build number (e.g., 29, 30, 31...)
CURRENT_PROJECT_VERSION = 51
Loading