From 333fc2f6eda4c36af2e1890c33d83662ee76779d Mon Sep 17 00:00:00 2001 From: Davide De Rosa Date: Thu, 18 Nov 2021 12:52:01 +0100 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e65086..41062ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ 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). +## 4.0.1 (2021-11-18) + +### Fixed + +- Regression in TLS handshake (temporarily revert [#213](https://github.com/passepartoutvpn/tunnelkit/pull/213)). + ## 4.0.0 (2021-11-16) ### Changed @@ -23,6 +29,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Upgrade OpenSSL to 1.1.1l. +### Fixed + +- Avoid caching PEMs on disk. [#213](https://github.com/passepartoutvpn/tunnelkit/pull/213) + ## 3.4.0 (2021-08-07) ### Added