Skip to content

Commit 7a76666

Browse files
authored
chore: bump version to 1.1.17 (#66)
- Update version from 1.1.16 to 1.1.17 - Add changelog for pipeline fixes - Bypasses tag conflict from previous failed release
1 parent c9bbe7e commit 7a76666

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
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.17 (Build XX)
6+
1. Fix: Restore stable release pipeline configuration from Oct 10
7+
2. Fix: Remove invalid Fastlane export_compliance parameters
8+
3. Improvement: Use proven working TestFlight upload configuration
9+
510
## v1.1.16 (Build XX)
611
1. Test: Pipeline validation test for CI/CD workflow
712
2. Improvement: Verify automatic build number increment

V2er/Config/Version.xcconfig

Lines changed: 1 addition & 1 deletion
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.16
9+
MARKETING_VERSION = 1.1.17
1010

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

0 commit comments

Comments
 (0)