diff --git a/CHANGELOG.txt b/CHANGELOG.txt index f8b0560d..80280dc9 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,2 +1,4 @@ +* Fix iCloud/TV sync not working with Advanced Data Protection (#1090) * Do not require purchase for empty on-demand rules (#1089) * OpenVPN: Default gateway not set properly in some cases (#1087) +* Fix purchased features on Apple TV (#1083) diff --git a/Passepartout/Config.xcconfig b/Passepartout/Config.xcconfig index 2fbf7608..097731a1 100644 --- a/Passepartout/Config.xcconfig +++ b/Passepartout/Config.xcconfig @@ -27,7 +27,7 @@ // https://help.apple.com/xcode/#/dev745c5c974 MARKETING_VERSION = 3.0.2 -CURRENT_PROJECT_VERSION = 3724 +CURRENT_PROJECT_VERSION = 3726 // tweak these based on app and team CFG_APP_ID = com.algoritmico.ios.Passepartout diff --git a/fastlane/metadata/iOS/default/release_notes.txt b/fastlane/metadata/iOS/default/release_notes.txt index f8b0560d..80280dc9 100644 --- a/fastlane/metadata/iOS/default/release_notes.txt +++ b/fastlane/metadata/iOS/default/release_notes.txt @@ -1,2 +1,4 @@ +* Fix iCloud/TV sync not working with Advanced Data Protection (#1090) * Do not require purchase for empty on-demand rules (#1089) * OpenVPN: Default gateway not set properly in some cases (#1087) +* Fix purchased features on Apple TV (#1083) diff --git a/fastlane/metadata/macOS/default/release_notes.txt b/fastlane/metadata/macOS/default/release_notes.txt index f8b0560d..80280dc9 100644 --- a/fastlane/metadata/macOS/default/release_notes.txt +++ b/fastlane/metadata/macOS/default/release_notes.txt @@ -1,2 +1,4 @@ +* Fix iCloud/TV sync not working with Advanced Data Protection (#1090) * Do not require purchase for empty on-demand rules (#1089) * OpenVPN: Default gateway not set properly in some cases (#1087) +* Fix purchased features on Apple TV (#1083) diff --git a/fastlane/metadata/tvOS/default/release_notes.txt b/fastlane/metadata/tvOS/default/release_notes.txt index f8b0560d..80280dc9 100644 --- a/fastlane/metadata/tvOS/default/release_notes.txt +++ b/fastlane/metadata/tvOS/default/release_notes.txt @@ -1,2 +1,4 @@ +* Fix iCloud/TV sync not working with Advanced Data Protection (#1090) * Do not require purchase for empty on-demand rules (#1089) * OpenVPN: Default gateway not set properly in some cases (#1087) +* Fix purchased features on Apple TV (#1083)