Skip to content

Commit

Permalink
Update changelong, bump to 0.6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adinapoli committed Jun 24, 2024
1 parent acc23b9 commit 22c6027
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@

## 0.6.1.0

* Add the `wpsModifyResponseHeaders` option to `WaiProxySettings` to tweak response headers before they are returned upstream. [#48](https://github.com/fpco/http-reverse-proxy/pull/48)

## 0.6.0.3

* Fix a regression introduced in 0.6.0.2: wrong 'Content-Length' header is preserved for responses with encoded content. [#47](https://github.com/fpco/http-reverse-proxy/pull/47)
Expand Down
2 changes: 1 addition & 1 deletion Network/HTTP/ReverseProxy.hs
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ data WaiProxySettings = WaiProxySettings
--
-- Default: no op
--
-- @since 0.6.0.4
-- @since 0.6.1.0
}

-- | How to set the X-Real-IP request header.
Expand Down
2 changes: 1 addition & 1 deletion http-reverse-proxy.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: http-reverse-proxy
version: 0.6.0.3
version: 0.6.1.0
synopsis: Reverse proxy HTTP requests, either over raw sockets or with WAI
description: Provides a simple means of reverse-proxying HTTP requests. The raw approach uses the same technique as leveraged by keter, whereas the WAI approach performs full request/response parsing via WAI and http-conduit.
homepage: https://github.com/fpco/http-reverse-proxy
Expand Down

0 comments on commit 22c6027

Please sign in to comment.