From 8e74949029eb8c71f2267e3014420ff91e1488a7 Mon Sep 17 00:00:00 2001 From: Davide De Rosa Date: Fri, 26 Apr 2019 19:51:59 +0200 Subject: [PATCH] Set beta release --- CHANGELOG.md | 18 ++++-------------- fastlane/metadata/en-US/release_notes.txt | 13 +++++++++++++ 2 files changed, 17 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 93e07e29..0240eff2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,14 +5,15 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## 1.6.0 Beta 1779 (2019-04-26) +## 1.6.0 Beta 1798 (2019-04-26) ### Added - VyprVPN provider. [#72](https://github.com/passepartoutvpn/passepartout-ios/pull/72) - More infrastructure metadata. - -## 1.6.0 Beta 1757 (2019-04-25) +- Portuguese translations (Helder Santana). [#70](https://github.com/passepartoutvpn/passepartout-ios/pull/70) +- German translations (Christian Lederer). +- Russian translations (Alexander Korobynikov). ### Changed @@ -22,17 +23,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fall back to CloudFlare DNS when no servers provided. [tunnelkit#84](https://github.com/keeshux/tunnelkit/issues/84) - UDP may disconnect on high speeds. [tunnelkit#87](https://github.com/keeshux/tunnelkit/issues/87) - -## 1.6.0 Beta 1750 (2019-04-23) - -### Added - -- Portuguese translations (Helder Santana). [#70](https://github.com/passepartoutvpn/passepartout-ios/pull/70) -- German translations (Christian Lederer). -- Russian translations (Alexander Korobynikov). - -### Fixed - - SoftEther connects without VPN icon. [#69](https://github.com/passepartoutvpn/passepartout-ios/issues/69) ## 1.5.0 (2019-04-17) diff --git a/fastlane/metadata/en-US/release_notes.txt b/fastlane/metadata/en-US/release_notes.txt index c431190a..80b6545a 100644 --- a/fastlane/metadata/en-US/release_notes.txt +++ b/fastlane/metadata/en-US/release_notes.txt @@ -2,4 +2,17 @@ - VyprVPN provider. - More infrastructure metadata. +- Portuguese translations (Helder Santana). +- German translations (Christian Lederer). +- Russian translations (Alexander Korobynikov). + +### Changed + +- Do not redirect all traffic to VPN unless `--redirect-gateway` specified. + +### Fixed + +- Fall back to CloudFlare DNS when no servers provided. +- UDP may disconnect on high speeds. +- SoftEther connects without VPN icon.