Skip to content

Commit 060a25c

Browse files
committed
Bump version to 0.6.2.0
1 parent 2e8af72 commit 060a25c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

ChangeLog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 0.6.2.0
2+
3+
# Changes internal handling of the `X-Forwarded-For` header (avoids `Text` round-trips, tolerates invalid UTF-8) [#49](https://github.com/fpco/http-reverse-proxy/pull/49)
14

25
## 0.6.1.0
36

http-reverse-proxy.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: http-reverse-proxy
2-
version: 0.6.1.0
2+
version: 0.6.2.0
33
synopsis: Reverse proxy HTTP requests, either over raw sockets or with WAI
44
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.
55
homepage: https://github.com/fpco/http-reverse-proxy

0 commit comments

Comments
 (0)