Update CHANGELOG

This commit is contained in:
Davide De Rosa 2019-05-14 11:16:56 +02:00
parent f2a06b0b3c
commit 05d12a22d1
1 changed files with 8 additions and 2 deletions

View File

@ -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)