diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 50a0397a..e400f4b9 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1 @@ -* Fix error alert when importing files from external apps (#1078) -* Apple TV: Fix uncredited features to old iOS/macOS purchasers (#1074) -* OpenVPN: Fix encryption failing when server does not push a cipher (#1073) +* OpenVPN: Default gateway not set properly in some cases (#1087) diff --git a/Passepartout/Config.xcconfig b/Passepartout/Config.xcconfig index 18e034a7..9f30c797 100644 --- a/Passepartout/Config.xcconfig +++ b/Passepartout/Config.xcconfig @@ -26,8 +26,8 @@ // Configuration settings file format documentation can be found at: // https://help.apple.com/xcode/#/dev745c5c974 -MARKETING_VERSION = 3.0.1 -CURRENT_PROJECT_VERSION = 3722 +MARKETING_VERSION = 3.0.2 +CURRENT_PROJECT_VERSION = 3723 // 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 50a0397a..e400f4b9 100644 --- a/fastlane/metadata/iOS/default/release_notes.txt +++ b/fastlane/metadata/iOS/default/release_notes.txt @@ -1,3 +1 @@ -* Fix error alert when importing files from external apps (#1078) -* Apple TV: Fix uncredited features to old iOS/macOS purchasers (#1074) -* OpenVPN: Fix encryption failing when server does not push a cipher (#1073) +* OpenVPN: Default gateway not set properly in some cases (#1087) diff --git a/fastlane/metadata/macOS/default/release_notes.txt b/fastlane/metadata/macOS/default/release_notes.txt index 50a0397a..e400f4b9 100644 --- a/fastlane/metadata/macOS/default/release_notes.txt +++ b/fastlane/metadata/macOS/default/release_notes.txt @@ -1,3 +1 @@ -* Fix error alert when importing files from external apps (#1078) -* Apple TV: Fix uncredited features to old iOS/macOS purchasers (#1074) -* OpenVPN: Fix encryption failing when server does not push a cipher (#1073) +* OpenVPN: Default gateway not set properly in some cases (#1087) diff --git a/fastlane/metadata/tvOS/default/release_notes.txt b/fastlane/metadata/tvOS/default/release_notes.txt index 50a0397a..e400f4b9 100644 --- a/fastlane/metadata/tvOS/default/release_notes.txt +++ b/fastlane/metadata/tvOS/default/release_notes.txt @@ -1,3 +1 @@ -* Fix error alert when importing files from external apps (#1078) -* Apple TV: Fix uncredited features to old iOS/macOS purchasers (#1074) -* OpenVPN: Fix encryption failing when server does not push a cipher (#1073) +* OpenVPN: Default gateway not set properly in some cases (#1087)