From cd2a640622212b1cd8558f9a607e9e9f87a931f8 Mon Sep 17 00:00:00 2001 From: Davide De Rosa Date: Thu, 14 Dec 2023 09:38:46 +0000 Subject: [PATCH] [ci skip] Set release date --- CHANGELOG.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f0b6454..85b7d21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## Unreleased +## 6.2.0 (2023-12-14) ### Changed diff --git a/README.md b/README.md index 0a96a32..7a39e79 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ This library provides a generic framework for VPN development on Apple platforms ## 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.