diff --git a/CHANGELOG.md b/CHANGELOG.md index 92abae2fb..b2599ec4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [8.20.1] - 2025-11-10 + +### Fixed + +- Fix bot detection and captcha files optional loading & CIDR validation for `attackProtection`. [#1200] + ## [8.20.0] - 2025-11-06 ### Added @@ -1490,7 +1496,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#1194]: https://github.com/auth0/auth0-deploy-cli/issues/1194 [#1195]: https://github.com/auth0/auth0-deploy-cli/issues/1195 [#1196]: https://github.com/auth0/auth0-deploy-cli/issues/1196 -[Unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v8.20.0...HEAD +[#1200]: https://github.com/auth0/auth0-deploy-cli/issues/1200 +[Unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v8.20.1...HEAD +[8.20.1]: https://github.com/auth0/auth0-deploy-cli/compare/v8.20.0...v8.20.1 [8.20.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.19.0...v8.20.0 [8.19.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.18.0...v8.19.0 [8.18.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.17.0...v8.18.0 diff --git a/package-lock.json b/package-lock.json index 9910b8a67..ae7dfb943 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "auth0-deploy-cli", - "version": "8.20.0", + "version": "8.20.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "auth0-deploy-cli", - "version": "8.20.0", + "version": "8.20.1", "license": "MIT", "dependencies": { "ajv": "^6.12.6", diff --git a/package.json b/package.json index d84a5de14..8e9aa8869 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "auth0-deploy-cli", - "version": "8.20.0", + "version": "8.20.1", "description": "A command line tool for deploying updates to your Auth0 tenant", "main": "lib/index.js", "bin": {