From 05d12a22d16e1709775dbde38a94cfa3e9e64601 Mon Sep 17 00:00:00 2001 From: Davide De Rosa Date: Tue, 14 May 2019 11:16:56 +0200 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 50ab88e..ef88e8d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,12 +5,18 @@ 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.7.1 (2019-05-14) + +### Added + +- Partially support `--redirect-gateway block-local`. [#81](https://github.com/keeshux/tunnelkit/issues/81) ### Fixed - Authentication failure due to local options. [#95](https://github.com/keeshux/tunnelkit/issues/95) -- Tolerate weak certificates. [#97](https://github.com/keeshux/tunnelkit/issues/97) +- Customize security level (to tolerate weak certificates). [#97](https://github.com/keeshux/tunnelkit/issues/97) +- Connection stalls on server-initiated SOFT_RESET. +- Wrong configuration mutability. ## 1.7.0 (2019-04-28)