Skip to content

Commit a5b82d2

Browse files
authored
8.8.2 (#1087)
* CHANGELOG added * 8.8.2 * CHANGELOG lint
1 parent 5cf9de8 commit a5b82d2

File tree

3 files changed

+24
-4
lines changed

3 files changed

+24
-4
lines changed

CHANGELOG.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [8.8.2] - 2025-05-08
11+
12+
### Added
13+
14+
- Add support for refresh token policies configuration for `clients` - EA [#1085]
15+
16+
### Changed
17+
18+
- Remove `AUTH0_EXPERIMENTAL_EA` flag check for screens rendering `prompt` screen's settings `import` command [#1084]
19+
20+
### Fixed
21+
22+
- Fix tenant network ACL management not enabled [#1079]
23+
- Fix error handling `guardianFactorProviders`, `guardianFactorTemplates`, `guardianFactors`, `guardianPhoneFactorMessageTypes`, `guardianPhoneFactorSelectedProvider` for forbidden depreated feature [#1086]
24+
1025
## [8.8.1] - 2025-04-28
1126

1227
### Added
@@ -1303,7 +1318,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
13031318
[#1064]: https://github.com/auth0/auth0-deploy-cli/issues/1064
13041319
[#1071]: https://github.com/auth0/auth0-deploy-cli/issues/1071
13051320
[#1072]: https://github.com/auth0/auth0-deploy-cli/issues/1072
1306-
[Unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v8.8.1...HEAD
1321+
[#1079]: https://github.com/auth0/auth0-deploy-cli/issues/1079
1322+
[#1084]: https://github.com/auth0/auth0-deploy-cli/issues/1084
1323+
[#1085]: https://github.com/auth0/auth0-deploy-cli/issues/1085
1324+
[#1086]: https://github.com/auth0/auth0-deploy-cli/issues/1086
1325+
[Unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v8.8.2...HEAD
1326+
[8.8.2]: https://github.com/auth0/auth0-deploy-cli/compare/v8.8.1...v8.8.2
13071327
[8.8.1]: https://github.com/auth0/auth0-deploy-cli/compare/v8.8.0...v8.8.1
13081328
[8.8.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.7.1...v8.8.0
13091329
[8.7.1]: https://github.com/auth0/auth0-deploy-cli/compare/v8.7.0...v8.7.1

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "auth0-deploy-cli",
3-
"version": "8.8.1",
3+
"version": "8.8.2",
44
"description": "A command line tool for deploying updates to your Auth0 tenant",
55
"main": "lib/index.js",
66
"bin": {

0 commit comments

Comments
 (0)