diff --git a/README.md b/README.md index 6d113ff..e803343 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,10 @@ If you want to debug a test you should use `gulp test-without-coverage` to run a ## Change History +- v1.0.7 (2019-02-14) + - Corrected mistakenly set `tough-cookie` version, now `^2.3.3` + *(Thanks to @evocateur for pointing this out.)* + - If you installed `request-promise-native@1.0.6` please make sure after the upgrade that `request` and `request-promise-native` use the same physical copy of `tough-cookie`. - v1.0.6 (2019-02-14) - Using stricter `tough-cookie@~2.3.3` to avoid installing `tough-cookie@3` which introduces breaking changes *(Thanks to @jasonmit for pull request [#33](https://github.com/request/request-promise-native/pull/33/))* diff --git a/package.json b/package.json index 3e8f220..7d6b74f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "request-promise-native", - "version": "1.0.6", + "version": "1.0.7", "description": "The simplified HTTP request client 'request' with Promise support. Powered by native ES6 promises.", "keywords": [ "xhr",