diff --git a/CHANGELOG.md b/CHANGELOG.md index 968d4ec8d..89835cd6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,10 @@ # Most recent version -## iOS 1.2.0b14 +## iOS 1.2.1b15 ``` -- Feat: Taps + Taps Spared statistics -- Fix: First Roll statistics after strikes are no longer incorrectly counted as spares -- Fix: ArchivedList is now sorted by date archived on -- Fix: Series Add button is now visible without Sharing feature enabled +- Fix: 10th frame will show the correct score at all times, not only at the end of a game +- Fix: A strike or spare in the 10th frame will no longer cause the "Next" button to open the next game ``` ## Android v3.2.0 @@ -23,6 +21,15 @@ This update also comes with some quality of life fixes: # Legacy versions +## iOS 1.2.0b14 + +``` +- Feat: Taps + Taps Spared statistics +- Fix: First Roll statistics after strikes are no longer incorrectly counted as spares +- Fix: ArchivedList is now sorted by date archived on +- Fix: Series Add button is now visible without Sharing feature enabled +``` + ## iOS 1.2.0b13 ``` diff --git a/ios/ApproachIOS/XCConfigs/Base/Version.xcconfig b/ios/ApproachIOS/XCConfigs/Base/Version.xcconfig index 5b46b41af..c34c6546c 100644 --- a/ios/ApproachIOS/XCConfigs/Base/Version.xcconfig +++ b/ios/ApproachIOS/XCConfigs/Base/Version.xcconfig @@ -1,2 +1,2 @@ -CURRENT_PROJECT_VERSION = 14 -MARKETING_VERSION = 1.2.0 +CURRENT_PROJECT_VERSION = 15 +MARKETING_VERSION = 1.2.1