diff --git a/CHANGELOG.md b/CHANGELOG.md index f039a589..e27b3035 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [8.8.2] - 2025-05-08 + +### Added + +- Add support for refresh token policies configuration for `clients` - EA [#1085] + +### Changed + +- Remove `AUTH0_EXPERIMENTAL_EA` flag check for screens rendering `prompt` screen's settings `import` command [#1084] + +### Fixed + +- Fix tenant network ACL management not enabled [#1079] +- Fix error handling `guardianFactorProviders`, `guardianFactorTemplates`, `guardianFactors`, `guardianPhoneFactorMessageTypes`, `guardianPhoneFactorSelectedProvider` for forbidden depreated feature [#1086] + ## [8.8.1] - 2025-04-28 ### Added @@ -1303,7 +1318,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#1064]: https://github.com/auth0/auth0-deploy-cli/issues/1064 [#1071]: https://github.com/auth0/auth0-deploy-cli/issues/1071 [#1072]: https://github.com/auth0/auth0-deploy-cli/issues/1072 -[Unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v8.8.1...HEAD +[#1079]: https://github.com/auth0/auth0-deploy-cli/issues/1079 +[#1084]: https://github.com/auth0/auth0-deploy-cli/issues/1084 +[#1085]: https://github.com/auth0/auth0-deploy-cli/issues/1085 +[#1086]: https://github.com/auth0/auth0-deploy-cli/issues/1086 +[Unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v8.8.2...HEAD +[8.8.2]: https://github.com/auth0/auth0-deploy-cli/compare/v8.8.1...v8.8.2 [8.8.1]: https://github.com/auth0/auth0-deploy-cli/compare/v8.8.0...v8.8.1 [8.8.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.7.1...v8.8.0 [8.7.1]: https://github.com/auth0/auth0-deploy-cli/compare/v8.7.0...v8.7.1 diff --git a/package-lock.json b/package-lock.json index d619f55a..c168dd4a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "auth0-deploy-cli", - "version": "8.8.1", + "version": "8.8.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "auth0-deploy-cli", - "version": "8.8.1", + "version": "8.8.2", "license": "MIT", "dependencies": { "ajv": "^6.12.6", diff --git a/package.json b/package.json index 6eff3e11..889faf70 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "auth0-deploy-cli", - "version": "8.8.1", + "version": "8.8.2", "description": "A command line tool for deploying updates to your Auth0 tenant", "main": "lib/index.js", "bin": {