From 1f77a552299646010f4744b0b32d7569a607f895 Mon Sep 17 00:00:00 2001 From: Kazu Yamamoto Date: Mon, 18 Nov 2024 10:42:15 +0900 Subject: [PATCH] tls: ver bumps up --- tls/CHANGELOG.md | 6 ++++++ tls/tls.cabal | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/tls/CHANGELOG.md b/tls/CHANGELOG.md index 8fcc4f4aa..cb0ec06ff 100644 --- a/tls/CHANGELOG.md +++ b/tls/CHANGELOG.md @@ -1,3 +1,9 @@ +## Version 2.1.5 + +* Removing the dependency on the async package. +* Restore a few DHE_RSA ciphers. + [#493](https://github.com/haskell-tls/hs-tls/pull/493) + ## Version 2.1.4 * Exporting defaultValidationCache. diff --git a/tls/tls.cabal b/tls/tls.cabal index fc0177062..1b6687ffa 100644 --- a/tls/tls.cabal +++ b/tls/tls.cabal @@ -1,6 +1,6 @@ cabal-version: >=1.10 name: tls -version: 2.1.4 +version: 2.1.5 license: BSD3 license-file: LICENSE copyright: Vincent Hanquez