From 07ba7bbf0881927f1d3b791cf56bf2ecded437dd Mon Sep 17 00:00:00 2001 From: kushalshit27 <43465488+kushalshit27@users.noreply.github.com> Date: Mon, 22 Dec 2025 15:20:09 +0530 Subject: [PATCH 1/2] Update CHANGELOG --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa3317a6..be86522a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Added + +- Add support for managing `riskAssessment` settings. [#1217] +- Add directory provisioning support for `google-apps` connections. [#1246] + ## [8.23.2] - 2025-12-18 ### Fixed From 1e54d04daea52180f0fb5ff8828a9da8eb58d0f3 Mon Sep 17 00:00:00 2001 From: kushalshit27 <43465488+kushalshit27@users.noreply.github.com> Date: Mon, 22 Dec 2025 15:24:08 +0530 Subject: [PATCH 2/2] 8.24.0 --- CHANGELOG.md | 7 ++++++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index be86522a..c3d1af93 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.24.0] - 2025-12-22 + ### Added - Add support for managing `riskAssessment` settings. [#1217] @@ -1580,6 +1582,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#1211]: https://github.com/auth0/auth0-deploy-cli/issues/1211 [#1212]: https://github.com/auth0/auth0-deploy-cli/issues/1212 [#1214]: https://github.com/auth0/auth0-deploy-cli/issues/1214 +[#1217]: https://github.com/auth0/auth0-deploy-cli/issues/1217 [#1221]: https://github.com/auth0/auth0-deploy-cli/issues/1221 [#1223]: https://github.com/auth0/auth0-deploy-cli/issues/1223 [#1224]: https://github.com/auth0/auth0-deploy-cli/issues/1224 @@ -1589,7 +1592,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#1239]: https://github.com/auth0/auth0-deploy-cli/issues/1239 [#1240]: https://github.com/auth0/auth0-deploy-cli/issues/1240 [#1244]: https://github.com/auth0/auth0-deploy-cli/issues/1244 -[Unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v8.23.2...HEAD +[#1246]: https://github.com/auth0/auth0-deploy-cli/issues/1246 +[Unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v8.24.0...HEAD +[8.24.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.23.2...v8.24.0 [8.23.2]: https://github.com/auth0/auth0-deploy-cli/compare/v8.23.1...v8.23.2 [8.23.1]: https://github.com/auth0/auth0-deploy-cli/compare/v8.23.0...v8.23.1 [8.23.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.22.0...v8.23.0 diff --git a/package-lock.json b/package-lock.json index 887e816f..c57aa11a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "auth0-deploy-cli", - "version": "8.23.2", + "version": "8.24.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "auth0-deploy-cli", - "version": "8.23.2", + "version": "8.24.0", "license": "MIT", "dependencies": { "ajv": "^6.12.6", diff --git a/package.json b/package.json index 2fc45455..45366dc0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "auth0-deploy-cli", - "version": "8.23.2", + "version": "8.24.0", "description": "A command line tool for deploying updates to your Auth0 tenant", "main": "lib/index.js", "bin": {