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