diff --git a/CHANGELOG.md b/CHANGELOG.md index 10916a1..3788ebb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## Req 3.13.4 + +* Fixed empty ciphersuite list when compiling against `tls < 2.0.6` + (see [PR 175](https://github.com/mrkkrp/req/pull/175)). As a side effect, now + compatible with older versions of `crypton-connection` (>= 0.3). + ## Req 3.13.3 * Works with `crypton-connection-0.4` and newer. diff --git a/req.cabal b/req.cabal index 8baa19a..407c280 100644 --- a/req.cabal +++ b/req.cabal @@ -1,6 +1,6 @@ cabal-version: 2.4 name: req -version: 3.13.3 +version: 3.13.4 license: BSD-3-Clause license-file: LICENSE.md maintainer: Mark Karpov @@ -40,7 +40,7 @@ library bytestring >=0.10.8 && <0.13, case-insensitive >=0.2 && <1.3, containers >=0.5 && <0.7, - crypton-connection >=0.4 && <0.5, + crypton-connection >=0.3 && <0.5, data-default-class, exceptions >=0.6 && <0.11, http-api-data >=0.2 && <0.7,