Skip to content

Commit

Permalink
Version bumps for #546
Browse files Browse the repository at this point in the history
  • Loading branch information
snoyberg committed Oct 27, 2024
1 parent 5c6da80 commit 6aa2586
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
4 changes: 4 additions & 0 deletions http-client-tls/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion http-client-tls/http-client-tls.cabal
Original file line number Diff line number Diff line change
@@ -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: <https://www.stackage.org/package/http-client-tls>.
homepage: https://github.com/snoyberg/http-client
Expand Down
4 changes: 4 additions & 0 deletions http-conduit/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion http-conduit/http-conduit.cabal
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>
Expand Down

0 comments on commit 6aa2586

Please sign in to comment.