From 8774f5433a0a95f82dc958eb5da190ed933d8498 Mon Sep 17 00:00:00 2001 From: Umut Erdem Date: Thu, 27 Aug 2026 20:38:02 +0200 Subject: [PATCH] chore(release): prepare VaultSync 2.0.2 build 38 Set the app and widget to version 2.0.2 build 38 and close the release changelog with the confirmed preparation date. What could go wrong and why this is safe: mismatched target versions or an incorrect changelog section can block release validation or produce an inconsistent archive. Both generated target plists were verified as 2.0.2/38, while signing, entitlements, bundle IDs, product IDs, and runtime behavior remain unchanged. Not verified: the exact merged Candidate still requires a fresh Go 1.26.6 XCFramework build and the complete isolated release-candidate test campaign. --- CHANGELOG.md | 2 +- ios/project.yml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cba2a58..2953231 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to VaultSync are documented here. --- -## [Unreleased] +## [2.0.2] — 2026-08-27 ### Privacy diff --git a/ios/project.yml b/ios/project.yml index 405c05b..4091c80 100644 --- a/ios/project.yml +++ b/ios/project.yml @@ -64,8 +64,8 @@ targets: info: path: VaultSync/Info.plist properties: - CFBundleShortVersionString: "2.0.1" - CFBundleVersion: "37" + CFBundleShortVersionString: "2.0.2" + CFBundleVersion: "38" UILaunchScreen: {} UIApplicationSceneManifest: UIApplicationSupportsMultipleScenes: false @@ -138,8 +138,8 @@ targets: info: path: VaultSyncWidget/Info.plist properties: - CFBundleShortVersionString: "2.0.1" - CFBundleVersion: "37" + CFBundleShortVersionString: "2.0.2" + CFBundleVersion: "38" CFBundleDisplayName: VaultSync Widget NSExtension: NSExtensionPointIdentifier: com.apple.widgetkit-extension