diff --git a/CHANGELOG.md b/CHANGELOG.md index e6d3f798..88635b4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.1.2](https://github.com/3846masa/http-cookie-agent/compare/v2.1.1...v2.1.2) (2022-05-07) + + +### Bug Fixes + +* loose the validation of CookieOptions.jar so that different versions of CookieJar can be used. ([#108](https://github.com/3846masa/http-cookie-agent/issues/108)) ([adc4b74](https://github.com/3846masa/http-cookie-agent/commit/adc4b74b6cf512e81692a7e906c8a6263080c666)) + ## [2.1.1](https://github.com/3846masa/http-cookie-agent/compare/v2.1.0...v2.1.1) (2022-05-07) diff --git a/package.json b/package.json index fa3a3917..df0664dd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "http-cookie-agent", - "version": "2.1.1", + "version": "2.1.2", "description": "Allows cookies with every Node.js HTTP clients.", "keywords": [ "agent",