From dc7af98ec25c71dd7e4ea78223e330b2596ec3f1 Mon Sep 17 00:00:00 2001 From: Hannes Mehnert Date: Thu, 15 Dec 2022 10:40:18 +0100 Subject: [PATCH] changes for 6.1.0 --- CHANGES.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index fd912bd5..df538e58 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,6 @@ -## v6.0.2 (2022-12-14) +## v6.1.0 (2022-12-15) +done by @psafont in #417: * conduit-lwt-unix-ssl: allow users to create a client ssl_context and use it for any connections. This allows users to manage the lifecycle of the context. * conduit-lwt-unix-ssl: domain name verification can be disabled by users, @@ -9,8 +10,7 @@ * conduit-lwt-unix-ssl: IP verification can be enabled by users, it's disabled by default. * conduit-lwt-unix-ssl: SNI is not sent when there isn't a domain name available - -all done by @psafont in #417 +* conduit-lwt-unix: avoid direct use of Ssl in conduit_lwt_unix (#418 @psafont) ## v6.0.1 (2022-10-25)