Skip to content

Commit 7d6b211

Browse files
authored
8.29.1 (#1323)
* CHANGELOG UPDATE * 8.29.1
1 parent 1ade4e7 commit 7d6b211

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.1] - 2026-03-12
11+
12+
### Fixed
13+
14+
- Fix bad request error when no `emailProvider` is configured. [#1321]
15+
- Fix `enabled_clients` pagination for `connections`. [#1320]
16+
1017
## [8.29.0] - 2026-03-03
1118

1219
### Added
@@ -1669,7 +1676,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
16691676
[#1302]: https://github.com/auth0/auth0-deploy-cli/issues/1302
16701677
[#1310]: https://github.com/auth0/auth0-deploy-cli/issues/1310
16711678
[#1311]: https://github.com/auth0/auth0-deploy-cli/issues/1311
1672-
[Unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v8.29.0...HEAD
1679+
[#1320]: https://github.com/auth0/auth0-deploy-cli/issues/1320
1680+
[#1321]: https://github.com/auth0/auth0-deploy-cli/issues/1321
1681+
[Unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v8.29.1...HEAD
1682+
[8.29.1]: https://github.com/auth0/auth0-deploy-cli/compare/v8.29.0...v8.29.1
16731683
[8.29.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.28.0...v8.29.0
16741684
[8.28.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.27.0...v8.28.0
16751685
[8.27.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.26.0...v8.27.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.0",
3+
"version": "8.29.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)