From 4095783667c5b9dc7aaaa39a6a48fa8783626b9a Mon Sep 17 00:00:00 2001 From: Nik Krimm Date: Tue, 14 Nov 2017 06:48:50 -0600 Subject: [PATCH] Update README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d6c7201b..8dd982ac 100644 --- a/README.md +++ b/README.md @@ -460,7 +460,8 @@ app.use('/', proxy('internalhost.example.com', { | Release | Notes | | --- | --- | -| 1.0.7 | Update dependencies. Improve docs on promise rejection. Fix promise rejection on body limit. Improve debug output. | +| 1.0.8 | Add step to allow response headers to be modified. +| 1.0.7 | Update dependencies. Improve docs on promise rejection. Fix promise rejection on body limit. Improve debug output. | | 1.0.6 | Fixes preserveHostHdr not working, skip userResDecorator on 304, add maybeSkipToNext, test improvements and cleanup. | | 1.0.5 | Minor documentation and test patches | | 1.0.4 | Minor documentation, test, and package fixes |