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)