From 947fa382e206b16d7a964f736c99ac65f5a9f27d Mon Sep 17 00:00:00 2001 From: Ben Millwood Date: Sat, 28 Sep 2024 21:39:35 +0100 Subject: [PATCH] Version bump (3.13.4) --- CHANGELOG.md | 6 ++++++ req.cabal | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) 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,