From f801d468e08ec80d7e4e81ec5c9998058842020e Mon Sep 17 00:00:00 2001 From: Davide De Rosa Date: Tue, 14 May 2019 12:06:51 +0200 Subject: [PATCH] Set beta release --- CHANGELOG.md | 11 +++-------- fastlane/metadata/en-US/release_notes.txt | 11 +++++++++++ 2 files changed, 14 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f7935d5..cfb54951 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,14 +5,7 @@ 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.1 Beta 1853 (2019-05-11) - -### Fixed - -- TLS failed with some servers. [tunnelkit#97](https://github.com/passepartoutvpn/tunnelkit/issues/97) -- Default gateway not overridden when both IPv4/6 disabled. - -## 1.6.1 Beta 1845 (2019-05-03) +## Unreleased ### Added @@ -27,6 +20,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - NordVPN double servers not connecting out of the box. [#78](https://github.com/passepartoutvpn/passepartout-ios/issues/78) - Authentication with OpenVPN AS. [tunnelkit#95](https://github.com/passepartoutvpn/tunnelkit/issues/95) +- TLS failed with some servers. [tunnelkit#97](https://github.com/passepartoutvpn/tunnelkit/issues/97) +- Default gateway not overridden when both IPv4/6 disabled. ## 1.6.0 (2019-05-01) diff --git a/fastlane/metadata/en-US/release_notes.txt b/fastlane/metadata/en-US/release_notes.txt index e77b56dd..b82d791a 100644 --- a/fastlane/metadata/en-US/release_notes.txt +++ b/fastlane/metadata/en-US/release_notes.txt @@ -1,5 +1,16 @@ +### Added + +- Override network settings. +- Support for `--redirect-gateway block-local` (partial). + +### Changed + +- Host compression framing and algorithm are now editable. + ### Fixed +- NordVPN double servers not connecting out of the box. +- Authentication with OpenVPN AS. - TLS failed with some servers. - Default gateway not overridden when both IPv4/6 disabled.