diff --git a/CHANGELOG.md b/CHANGELOG.md index dc6085f..ac4f627 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,12 @@ All notable changes to V2er iOS app will be documented in this file. -## v1.1.1 (Build 31) +## v1.1.2 (Build 44) +1. Feature: Add feed filter menu with Reddit-style dropdown for better content filtering +1. Feature: Update app icon with single high-resolution asset for better display quality +2. Feature: Add feedback link to TestFlight release notes for easier user communication + +## v1.1.1 (Build 43) 1. Feature: Add feed filter menu with Reddit-style dropdown for better content filtering 2. Fix: Prevent crash when clicking Ignore/Report buttons without being logged in 3. Fix: Improve TestFlight beta distribution configuration diff --git a/V2er/Config/Version.xcconfig b/V2er/Config/Version.xcconfig index 03cd2dd..400f158 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.1 +MARKETING_VERSION = 1.1.2 // VERSION_CODE - Internal build number (e.g., 29, 30, 31...) -CURRENT_PROJECT_VERSION = 31 \ No newline at end of file +CURRENT_PROJECT_VERSION = 44