Skip to content

Commit

Permalink
Version bump (3.13.4)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmillwood authored and mrkkrp committed Sep 29, 2024
1 parent 835683c commit 947fa38
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 2 additions & 2 deletions req.cabal
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit 947fa38

Please sign in to comment.