diff --git a/Passepartout/Config.xcconfig b/Passepartout/Config.xcconfig index 1faa3ccf..fd2a0807 100644 --- a/Passepartout/Config.xcconfig +++ b/Passepartout/Config.xcconfig @@ -27,7 +27,7 @@ // https://help.apple.com/xcode/#/dev745c5c974 MARKETING_VERSION = 3.0.1 -CURRENT_PROJECT_VERSION = 3718 +CURRENT_PROJECT_VERSION = 3719 // 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 c8fb9528..b9fc50cf 100644 --- a/fastlane/metadata/iOS/default/release_notes.txt +++ b/fastlane/metadata/iOS/default/release_notes.txt @@ -1 +1,2 @@ -* Do not fall back to AES-128-CBC when PUSH_REPLY has no cipher (#1073) +* Apple TV: Fix uncredited features to old iOS/macOS purchasers (#1074) +* OpenVPN: Fix encryption failing when server does not push a cipher (#1073) diff --git a/fastlane/metadata/macOS/default/release_notes.txt b/fastlane/metadata/macOS/default/release_notes.txt index c8fb9528..b9fc50cf 100644 --- a/fastlane/metadata/macOS/default/release_notes.txt +++ b/fastlane/metadata/macOS/default/release_notes.txt @@ -1 +1,2 @@ -* Do not fall back to AES-128-CBC when PUSH_REPLY has no cipher (#1073) +* Apple TV: Fix uncredited features to old iOS/macOS purchasers (#1074) +* OpenVPN: Fix encryption failing when server does not push a cipher (#1073) diff --git a/fastlane/metadata/tvOS/default/release_notes.txt b/fastlane/metadata/tvOS/default/release_notes.txt index c8fb9528..b9fc50cf 100644 --- a/fastlane/metadata/tvOS/default/release_notes.txt +++ b/fastlane/metadata/tvOS/default/release_notes.txt @@ -1 +1,2 @@ -* Do not fall back to AES-128-CBC when PUSH_REPLY has no cipher (#1073) +* Apple TV: Fix uncredited features to old iOS/macOS purchasers (#1074) +* OpenVPN: Fix encryption failing when server does not push a cipher (#1073)