[ci skip] Set release date

This commit is contained in:
Davide De Rosa 2023-12-14 09:38:46 +00:00
parent fa04df838c
commit cd2a640622
No known key found for this signature in database
GPG Key ID: A48836171C759F5E
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ 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).
## Unreleased ## 6.2.0 (2023-12-14)
### Changed ### Changed

View File

@ -11,7 +11,7 @@ This library provides a generic framework for VPN development on Apple platforms
## OpenVPN ## OpenVPN
TunnelKit comes with a simplified Swift/Obj-C implementation of the [OpenVPN®][dep-openvpn] protocol, whose crypto layer is built on top of [OpenSSL 1.1.1][dep-openssl]. TunnelKit comes with a simplified Swift/Obj-C implementation of the [OpenVPN®][dep-openvpn] protocol, whose crypto layer is built on top of [OpenSSL 3.2.0][dep-openssl].
The client is known to work with OpenVPN® 2.3+ servers. The client is known to work with OpenVPN® 2.3+ servers.