Skip to content

Commit fe6988c

Browse files
committed
Merge branch 'feature/bump-to-1.1.18' into main
2 parents 0e141a5 + e0c63d9 commit fe6988c

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.18 (Build XX)
6+
1. Improvement: Upgrade all CI/CD workflows to use Xcode 26.0.1 (latest version)
7+
2. Improvement: Use macOS 26 runners with Fastlane 2.228.0 for improved build performance
8+
3. Test: Verify release pipeline works correctly with new Xcode version
9+
510
## v1.1.17 (Build XX)
611
1. Fix: Restore stable release pipeline configuration from Oct 10
712
2. Fix: Remove invalid Fastlane export_compliance parameters

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.17
9+
MARKETING_VERSION = 1.1.18
1010

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

0 commit comments

Comments
 (0)