diff --git a/CHANGELOG.md b/CHANGELOG.md index 74c0798..1d34c9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.6.0](https://github.com/eggjs/egg-security/compare/v3.5.0...v3.6.0) (2024-07-08) + + +### Features + +* add hostnameExceptionList for ssrf ([#100](https://github.com/eggjs/egg-security/issues/100)) ([92a34f3](https://github.com/eggjs/egg-security/commit/92a34f3246ded7ebb5c628d1de2a37a121ce919d)) + ## [3.5.0](https://github.com/eggjs/egg-security/compare/v3.4.0...v3.5.0) (2024-07-03) diff --git a/package.json b/package.json index 251ce28..e170213 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "egg-security", - "version": "3.5.0", + "version": "3.6.0", "engines": { "node": ">=14.20.0" },