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