diff --git a/http-client-tls/ChangeLog.md b/http-client-tls/ChangeLog.md index 0bb35a0f..5eeb923d 100644 --- a/http-client-tls/ChangeLog.md +++ b/http-client-tls/ChangeLog.md @@ -1,5 +1,9 @@ # Changelog for http-client-tls +## 0.3.6.4 + +* data-default-class -> data-default [#546](https://github.com/snoyberg/http-client/pull/546/files) + ## 0.3.6.3 * catching up to tls 1.8.0 [#515](https://github.com/snoyberg/http-client/pull/515) diff --git a/http-client-tls/http-client-tls.cabal b/http-client-tls/http-client-tls.cabal index 564e194e..35e1c663 100644 --- a/http-client-tls/http-client-tls.cabal +++ b/http-client-tls/http-client-tls.cabal @@ -1,5 +1,5 @@ name: http-client-tls -version: 0.3.6.3 +version: 0.3.6.4 synopsis: http-client backend using the connection package and tls library description: Hackage documentation generation is not reliable. For up to date documentation, please see: . homepage: https://github.com/snoyberg/http-client diff --git a/http-conduit/ChangeLog.md b/http-conduit/ChangeLog.md index 0988b31d..0438163d 100644 --- a/http-conduit/ChangeLog.md +++ b/http-conduit/ChangeLog.md @@ -1,5 +1,9 @@ # ChangeLog for http-conduit +## 2.3.9.1 + +* data-default-class -> data-default [#546](https://github.com/snoyberg/http-client/pull/546/files) + ## 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 d3d7aca8..de4f5af0 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.9 +version: 2.3.9.1 license: BSD3 license-file: LICENSE author: Michael Snoyman