From 56dfe115f8d07f458419cd25228e2c632916f7ba Mon Sep 17 00:00:00 2001 From: "ankitatripathi.mp@gmail.com" Date: Thu, 30 Jul 2026 16:48:00 +0530 Subject: [PATCH 1/2] chore: update changelog for next release --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 256c38dfd..9b0dabeb7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Added + +- Add UL identifier input support for themes and tenant settings. [#1433] +- Add `token_vault_privileged_access` support for clients. [#1430] +- Add `auth0_managed` field support for network ACLs (Curated Blocklists - EA). [#1435] +- Add Cross App Access (XAA) resource app support for connections and clients. [#1431] +- Add `cross_app_access_requesting_app` support for connections (EA). [#1422] + +### Fixed + +- Prevent dry-run crash on `clientAuthCredentials` handler. [#1438] +- Resolve spurious dry-run diffs for rules, themes, and hooks. [#1437] +- Strip unresolved placeholders on deploy instead of throwing. [#1436] +- Handle 403 entitlement errors for bot detection and captcha on export. [#1434] +- Warn and skip deprecated guardian phone provider on 403 during import. [#1429] +- Add `use_scope_descriptions_for_consent` to allowed tenant flags. [#1428] + ## [8.41.0] - 2026-07-16 ### Added From a1ecbc5dbf48c3e4d6e58bda639ee9f400fe4201 Mon Sep 17 00:00:00 2001 From: "ankitatripathi.mp@gmail.com" Date: Thu, 30 Jul 2026 16:49:16 +0530 Subject: [PATCH 2/2] 8.42.0 --- CHANGELOG.md | 16 +++++++++++++++- package.json | 2 +- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b0dabeb7..1e58e08d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [8.42.0] - 2026-07-30 + ### Added - Add UL identifier input support for themes and tenant settings. [#1433] @@ -1893,8 +1895,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#1416]: https://github.com/auth0/auth0-deploy-cli/issues/1416 [#1417]: https://github.com/auth0/auth0-deploy-cli/issues/1417 [#1421]: https://github.com/auth0/auth0-deploy-cli/issues/1421 +[#1422]: https://github.com/auth0/auth0-deploy-cli/issues/1422 [#1425]: https://github.com/auth0/auth0-deploy-cli/issues/1425 -[Unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v8.41.0...HEAD +[#1428]: https://github.com/auth0/auth0-deploy-cli/issues/1428 +[#1429]: https://github.com/auth0/auth0-deploy-cli/issues/1429 +[#1430]: https://github.com/auth0/auth0-deploy-cli/issues/1430 +[#1431]: https://github.com/auth0/auth0-deploy-cli/issues/1431 +[#1433]: https://github.com/auth0/auth0-deploy-cli/issues/1433 +[#1434]: https://github.com/auth0/auth0-deploy-cli/issues/1434 +[#1435]: https://github.com/auth0/auth0-deploy-cli/issues/1435 +[#1436]: https://github.com/auth0/auth0-deploy-cli/issues/1436 +[#1437]: https://github.com/auth0/auth0-deploy-cli/issues/1437 +[#1438]: https://github.com/auth0/auth0-deploy-cli/issues/1438 +[Unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v8.42.0...HEAD +[8.42.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.41.0...v8.42.0 [8.41.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.40.0...v8.41.0 [8.40.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.39.0...v8.40.0 [8.39.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.38.0...v8.39.0 diff --git a/package.json b/package.json index 89fe637ba..ec6d5913c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "auth0-deploy-cli", - "version": "8.41.0", + "version": "8.42.0", "description": "A command line tool for deploying updates to your Auth0 tenant", "main": "lib/index.js", "bin": {