diff --git a/CHANGELOG.md b/CHANGELOG.md index 3353ca6..bc78e7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.27.2](https://github.com/node-modules/urllib/compare/v3.27.1...v3.27.2) (2025-02-13) + + +### Bug Fixes + +* allow set rejectUnauthorized = true on urllib.request options ([#573](https://github.com/node-modules/urllib/issues/573)) ([4a8bff9](https://github.com/node-modules/urllib/commit/4a8bff91a73964f735ca8b9d64bce45ad1a9ddf6)) + ## [3.27.1](https://github.com/node-modules/urllib/compare/v3.27.0...v3.27.1) (2024-09-14) diff --git a/package.json b/package.json index 928f833..500a89f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "urllib", - "version": "3.27.1", + "version": "3.27.2", "publishConfig": { "access": "public" },