Skip to content

Commit 50d1273

Browse files
authored
8.8.1 (#1074)
* CHANGELOG update * 8.8.1 * CHANGELOG lint
1 parent 457f66a commit 50d1273

3 files changed

Lines changed: 19 additions & 6 deletions

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [8.8.1] - 2025-04-28
11+
12+
### Added
13+
14+
- Add support new screens for rendering `prompt` screen's settings [#1071]
15+
16+
### Fixed
17+
18+
- Fix AUTH0_EXCLUDED_CLIENTS support for `clients` YAML format [#1072]
19+
1020
## [8.8.0] - 2025-04-10
1121

1222
### Added
@@ -16,8 +26,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1626

1727
### Fixed
1828

19-
- Fix: Remove unsupported ACUL screens for rendering `prompt` screen's settings [#1061]
20-
- Fix: Update node version requirement to 20(v20.18.1) [#1062]
29+
- Fix remove unsupported ACUL screens for rendering `prompt` screen's settings [#1061]
30+
- Fix update node version requirement to 20(v20.18.1) [#1062]
2131

2232
## [8.7.1] - 2025-03-27
2333

@@ -1291,7 +1301,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
12911301
[#1062]: https://github.com/auth0/auth0-deploy-cli/issues/1062
12921302
[#1063]: https://github.com/auth0/auth0-deploy-cli/issues/1063
12931303
[#1064]: https://github.com/auth0/auth0-deploy-cli/issues/1064
1294-
[Unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v8.8.0...HEAD
1304+
[#1071]: https://github.com/auth0/auth0-deploy-cli/issues/1071
1305+
[#1072]: https://github.com/auth0/auth0-deploy-cli/issues/1072
1306+
[Unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v8.8.1...HEAD
1307+
[8.8.1]: https://github.com/auth0/auth0-deploy-cli/compare/v8.8.0...v8.8.1
12951308
[8.8.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.7.1...v8.8.0
12961309
[8.7.1]: https://github.com/auth0/auth0-deploy-cli/compare/v8.7.0...v8.7.1
12971310
[8.7.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.6.2...v8.7.0

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.0",
3+
"version": "8.8.1",
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)