Skip to content

Commit fffdcf8

Browse files
authored
8.24.0 (#1247)
* Update CHANGELOG * 8.24.0
1 parent 592bf87 commit fffdcf8

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

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.24.0] - 2025-12-22
11+
12+
### Added
13+
14+
- Add support for managing `riskAssessment` settings. [#1217]
15+
- Add directory provisioning support for `google-apps` connections. [#1246]
16+
1017
## [8.23.2] - 2025-12-18
1118

1219
### Fixed
@@ -1575,6 +1582,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
15751582
[#1211]: https://github.com/auth0/auth0-deploy-cli/issues/1211
15761583
[#1212]: https://github.com/auth0/auth0-deploy-cli/issues/1212
15771584
[#1214]: https://github.com/auth0/auth0-deploy-cli/issues/1214
1585+
[#1217]: https://github.com/auth0/auth0-deploy-cli/issues/1217
15781586
[#1221]: https://github.com/auth0/auth0-deploy-cli/issues/1221
15791587
[#1223]: https://github.com/auth0/auth0-deploy-cli/issues/1223
15801588
[#1224]: https://github.com/auth0/auth0-deploy-cli/issues/1224
@@ -1584,7 +1592,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
15841592
[#1239]: https://github.com/auth0/auth0-deploy-cli/issues/1239
15851593
[#1240]: https://github.com/auth0/auth0-deploy-cli/issues/1240
15861594
[#1244]: https://github.com/auth0/auth0-deploy-cli/issues/1244
1587-
[Unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v8.23.2...HEAD
1595+
[#1246]: https://github.com/auth0/auth0-deploy-cli/issues/1246
1596+
[Unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v8.24.0...HEAD
1597+
[8.24.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.23.2...v8.24.0
15881598
[8.23.2]: https://github.com/auth0/auth0-deploy-cli/compare/v8.23.1...v8.23.2
15891599
[8.23.1]: https://github.com/auth0/auth0-deploy-cli/compare/v8.23.0...v8.23.1
15901600
[8.23.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.22.0...v8.23.0

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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