From 9dd3ca3bf5f75088449d5911ba5ae4a19a4b1b4f Mon Sep 17 00:00:00 2001 From: Sergey Abramchuk Date: Tue, 18 Aug 2020 14:31:44 +0300 Subject: [PATCH] Update changelog --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index adac210..182ce6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,15 @@ # Changelog +## 0.7.0 +- **Added**: An option to evaluate configuration without creating an instance of `OpenVPNAdapter`. +- **Updated**: Class `OpenVPNProperties` renamed to `OpenVPNConfigurationEvaluation`. +- **Updated**: openvpn3 library to 3.5.6 version, mbedTLS library to 2.7.13 version; + ## 0.6.0 - **Updated**: Slightly changed API of the framework. - **Fixed**: Reading packets issue affecting on connection when network interface is changed. ## 0.5.0 - **Added**: Swift Package Manager support; -- **Updated**: openvpn3 library – 3.5.4 version; +- **Updated**: openvpn3 library to 3.5.4 version; - **Fixed**: Network issue when adapter used in macOS projects.