Update CHANGELOG

This commit is contained in:
Davide De Rosa 2021-11-18 12:52:01 +01:00
parent 995009121a
commit 333fc2f6ed
1 changed files with 10 additions and 0 deletions

View File

@ -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/), 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). 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) ## 4.0.0 (2021-11-16)
### Changed ### 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. - 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) ## 3.4.0 (2021-08-07)
### Added ### Added