From 683604b383ba2b07aa9f5ee88c528c490327cf37 Mon Sep 17 00:00:00 2001 From: Davide De Rosa Date: Fri, 19 Oct 2018 17:39:37 +0200 Subject: [PATCH] Update/fix CHANGELOG --- CHANGELOG.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe5fc94..04544aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,11 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Added + +- Support for `--tls-auth` wrapping. [#34](https://github.com/keeshux/tunnelkit/pull/34) +- Support for `--tls-crypt` wrapping. [#35](https://github.com/keeshux/tunnelkit/pull/35) +- Parser for static OpenVPN keys from file. [#36](https://github.com/keeshux/tunnelkit/pull/36) + ### Fixed - Handling of mixed DATA_V1/DATA_V2 packets. [#30](https://github.com/keeshux/tunnelkit/issues/30) -- Support for `--tls-auth` wrapping. [#34](https://github.com/keeshux/tunnelkit/pull/34) -- Support for `--tls-crypt` wrapping. [#35](https://github.com/keeshux/tunnelkit/pull/35) ## 1.1.2 (2018-10-18)