From ac2d93972160bb60c423dc6359b63243458a2610 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 26 Aug 2024 11:30:20 +0300 Subject: [PATCH] Version bump for #539 --- http-conduit/ChangeLog.md | 2 +- http-conduit/http-conduit.cabal | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/http-conduit/ChangeLog.md b/http-conduit/ChangeLog.md index c11caf43..0988b31d 100644 --- a/http-conduit/ChangeLog.md +++ b/http-conduit/ChangeLog.md @@ -1,6 +1,6 @@ # ChangeLog for http-conduit -## Unreleased +## 2.3.9 * Fix space leaks when closing responses [#539](https://github.com/snoyberg/http-client/pull/539) diff --git a/http-conduit/http-conduit.cabal b/http-conduit/http-conduit.cabal index 9823fa53..25158358 100644 --- a/http-conduit/http-conduit.cabal +++ b/http-conduit/http-conduit.cabal @@ -1,6 +1,6 @@ cabal-version: >= 1.10 name: http-conduit -version: 2.3.8.3 +version: 2.3.9 license: BSD3 license-file: LICENSE author: Michael Snoyman