Skip to content

Commit 897c51e

Browse files
authored
8.30.0 (#1345)
* CHANGLOG UPDATE * 8.30.0 * fix(docs): correct code block formatting
1 parent afbfbef commit 897c51e

2 files changed

Lines changed: 19 additions & 2 deletions

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [8.30.0] - 2026-04-02
11+
12+
### Added
13+
14+
- Add support for passkey enrollment in `prompts` partials. [#1328]
15+
- Add support for `dpop_signing_alg` validation in OIDC and Okta `connections`. [#1343]
16+
17+
### Fixed
18+
19+
- Fix action module fetching logic to resolve correct module IDs. [#1340]
20+
- Fix `AUTH0_EXCLUDED_*` options not respected during export. [#1342]
21+
1022
## [8.29.3] - 2026-03-25
1123

1224
### Fixed
@@ -1692,9 +1704,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
16921704
[#1320]: https://github.com/auth0/auth0-deploy-cli/issues/1320
16931705
[#1321]: https://github.com/auth0/auth0-deploy-cli/issues/1321
16941706
[#1322]: https://github.com/auth0/auth0-deploy-cli/issues/1322
1707+
[#1328]: https://github.com/auth0/auth0-deploy-cli/issues/1328
16951708
[#1333]: https://github.com/auth0/auth0-deploy-cli/issues/1333
16961709
[#1334]: https://github.com/auth0/auth0-deploy-cli/issues/1334
1697-
[Unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v8.29.3...HEAD
1710+
[#1340]: https://github.com/auth0/auth0-deploy-cli/issues/1340
1711+
[#1342]: https://github.com/auth0/auth0-deploy-cli/issues/1342
1712+
[#1343]: https://github.com/auth0/auth0-deploy-cli/issues/1343
1713+
[Unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v8.30.0...HEAD
1714+
[8.30.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.29.3...v8.30.0
16981715
[8.29.3]: https://github.com/auth0/auth0-deploy-cli/compare/v8.29.2...v8.29.3
16991716
[8.29.2]: https://github.com/auth0/auth0-deploy-cli/compare/v8.29.1...v8.29.2
17001717
[8.29.1]: https://github.com/auth0/auth0-deploy-cli/compare/v8.29.0...v8.29.1

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