From 665ed408d40ec264898a21bcdf315ffceb9af5d4 Mon Sep 17 00:00:00 2001 From: Davide De Rosa Date: Thu, 25 Apr 2019 17:32:19 +0200 Subject: [PATCH] Set beta release --- CHANGELOG.md | 7 ++++++- fastlane/metadata/en-US/release_notes.txt | 9 ++++----- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d509bdc8..17764090 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,12 +5,17 @@ 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). -## Unreleased +## 1.6.0 Beta 1757 (2019-04-25) ### Changed - Do not redirect all traffic to VPN unless `--redirect-gateway` specified. [#71](https://github.com/passepartoutvpn/passepartout-ios/pull/71) +### Fixed + +- 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 diff --git a/fastlane/metadata/en-US/release_notes.txt b/fastlane/metadata/en-US/release_notes.txt index 92aa227a..d9848415 100644 --- a/fastlane/metadata/en-US/release_notes.txt +++ b/fastlane/metadata/en-US/release_notes.txt @@ -1,10 +1,9 @@ -### Added +### Changed -- Portuguese translations (Helder Santana). -- German translations (Christian Lederer). -- Russian translations (Alexander Korobynikov). +- Do not redirect all traffic to VPN unless `--redirect-gateway` specified. ### Fixed -- SoftEther connects without VPN icon. +- Fall back to CloudFlare DNS when no servers provided. +- UDP may disconnect on high speeds.