Skip to content

8.8.2 #1087

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
May 8, 2025
Merged

8.8.2 #1087

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 21 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down