diff --git a/CHANGELOG.md b/CHANGELOG.md index adadc8515..ed18325fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,11 @@ # Most recent version -## iOS 1.1.0b10 +## iOS 1.1.1b11 ``` -- Fix: Resolve issue with iPad icon picking +- Feat: More varied charts in series list +- Fix: Statistics not loading when a all games of a series are excluded +- Fix: Marking a pre-bowl as a regular series now updates the games in the series to be included in stats ``` ## Android v3.2.0 @@ -18,6 +20,12 @@ This update also comes with some quality of life fixes: # Legacy versions +## iOS 1.1.0b10 + +``` +- Fix: Resolve issue with iPad icon picking +``` + ## iOS 1.1.0b9 ``` diff --git a/ios/ApproachIOS/XCConfigs/Base/Version.xcconfig b/ios/ApproachIOS/XCConfigs/Base/Version.xcconfig index 7e86eae66..5cd2fe522 100644 --- a/ios/ApproachIOS/XCConfigs/Base/Version.xcconfig +++ b/ios/ApproachIOS/XCConfigs/Base/Version.xcconfig @@ -1,2 +1,2 @@ -CURRENT_PROJECT_VERSION = 10 -MARKETING_VERSION = 1.1.0 +CURRENT_PROJECT_VERSION = 11 +MARKETING_VERSION = 1.1.1