Skip to content

Commit be935c0

Browse files
authored
Merge branch 'master' into dry-run-ga
2 parents ac3a2b7 + 07e8731 commit be935c0

2 files changed

Lines changed: 12 additions & 2 deletions

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [8.29.3] - 2026-03-25
11+
12+
### Fixed
13+
14+
- Fix Universal Login Authentication Profile reverting to Identifier+Password after import when branding is included. [#1333]
15+
- Fix efficiency and reliability of fetching `enabled_clients` for `connections`. [#1334]
16+
1017
## [8.29.2] - 2026-03-17
1118

1219
### Fixed
@@ -1685,7 +1692,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
16851692
[#1320]: https://github.com/auth0/auth0-deploy-cli/issues/1320
16861693
[#1321]: https://github.com/auth0/auth0-deploy-cli/issues/1321
16871694
[#1322]: https://github.com/auth0/auth0-deploy-cli/issues/1322
1688-
[Unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v8.29.2...HEAD
1695+
[#1333]: https://github.com/auth0/auth0-deploy-cli/issues/1333
1696+
[#1334]: https://github.com/auth0/auth0-deploy-cli/issues/1334
1697+
[Unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v8.29.3...HEAD
1698+
[8.29.3]: https://github.com/auth0/auth0-deploy-cli/compare/v8.29.2...v8.29.3
16891699
[8.29.2]: https://github.com/auth0/auth0-deploy-cli/compare/v8.29.1...v8.29.2
16901700
[8.29.1]: https://github.com/auth0/auth0-deploy-cli/compare/v8.29.0...v8.29.1
16911701
[8.29.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.28.0...v8.29.0

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