From 007e8d0b67836e0b1f4a221847bc4074fb949e08 Mon Sep 17 00:00:00 2001 From: Gray Zhang Date: Sun, 19 Oct 2025 10:34:49 +0800 Subject: [PATCH] chore: bump version to 1.1.17 - Update version from 1.1.16 to 1.1.17 - Add changelog for pipeline fixes - Bypasses tag conflict from previous failed release --- CHANGELOG.md | 5 +++++ V2er/Config/Version.xcconfig | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d13e055..c94e185 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to V2er iOS app will be documented in this file. +## v1.1.17 (Build XX) +1. Fix: Restore stable release pipeline configuration from Oct 10 +2. Fix: Remove invalid Fastlane export_compliance parameters +3. Improvement: Use proven working TestFlight upload configuration + ## v1.1.16 (Build XX) 1. Test: Pipeline validation test for CI/CD workflow 2. Improvement: Verify automatic build number increment diff --git a/V2er/Config/Version.xcconfig b/V2er/Config/Version.xcconfig index 3a7c10c..653cdd3 100644 --- a/V2er/Config/Version.xcconfig +++ b/V2er/Config/Version.xcconfig @@ -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.16 +MARKETING_VERSION = 1.1.17 // VERSION_CODE - Internal build number (e.g., 29, 30, 31...) CURRENT_PROJECT_VERSION = 51