diff --git a/CHANGELOG.md b/CHANGELOG.md index 2698fbd9..d578d65f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [v0.17.4](https://github.com/chimurai/http-proxy-middleware/releases/tag/v0.17.4) +- fix(ntlm authentication): fixed bug preventing proxying with ntlm authentication. ([#132](https://github.com/chimurai/http-proxy-middleware/pull/149)) (Thanks: [EladBezalel](https://github.com/EladBezalel), [oshri551](https://github.com/oshri551)) + + ## [v0.17.3](https://github.com/chimurai/http-proxy-middleware/releases/tag/v0.17.3) - fix(onError): improve default proxy error handling. http status codes (504, 502 and 500). ([#132](https://github.com/chimurai/http-proxy-middleware/pull/132)) ([graingert](https://github.com/graingert)) diff --git a/README.md b/README.md index 853c3d41..1cd68443 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ _All_ `http-proxy` [options](https://github.com/nodejitsu/node-http-proxy#option ## Table of Contents - + - [Install](#install) - [Core concept](#core-concept) @@ -444,4 +444,4 @@ $ npm run cover The MIT License (MIT) -Copyright (c) 2015-2016 Steven Chim +Copyright (c) 2015-2017 Steven Chim diff --git a/package.json b/package.json index a214a068..9e721043 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "http-proxy-middleware", - "version": "0.17.3", + "version": "0.17.4", "description": "The one-liner node.js proxy middleware for connect, express and browser-sync", "main": "index.js", "files": [