From 95bb95314cb1ceaae4ce53858a95de34902113ce Mon Sep 17 00:00:00 2001 From: nandan-bhat <167290944+nandan-bhat@users.noreply.github.com> Date: Fri, 2 Aug 2024 12:59:06 +0530 Subject: [PATCH] 7.24.0 (#934) * Updated the CHANGELOG.md * Fixed the CHANGELOG.md * 7.24.0 * Formatting CHANGELOG.md --- CHANGELOG.md | 15 ++++++++++++++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 17 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 761a90203..abbb4d0c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [7.24.0] - 2024-08-02 + +### Added + +- Management support for `partials` in `prompts` handler [#930] + +### Changed + +- Reduced latency while performing `SCIM` CRUD operations [#933] + ## [7.23.1] - 2024-07-19 ### Fixed @@ -1046,7 +1056,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#911]: https://github.com/auth0/auth0-deploy-cli/issues/911 [#921]: https://github.com/auth0/auth0-deploy-cli/issues/921 [#925]: https://github.com/auth0/auth0-deploy-cli/issues/925 -[unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v7.23.1...HEAD +[#930]: https://github.com/auth0/auth0-deploy-cli/issues/930 +[#933]: https://github.com/auth0/auth0-deploy-cli/issues/933 +[unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v7.24.0...HEAD +[7.24.0]: https://github.com/auth0/auth0-deploy-cli/compare/v7.23.1...v7.24.0 [7.23.1]: https://github.com/auth0/auth0-deploy-cli/compare/v7.23.0...v7.23.1 [7.23.0]: https://github.com/auth0/auth0-deploy-cli/compare/v7.22.1...v7.23.0 [7.22.1]: https://github.com/auth0/auth0-deploy-cli/compare/v7.22.0...v7.22.1 diff --git a/package-lock.json b/package-lock.json index f527de493..887ea6617 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "auth0-deploy-cli", - "version": "7.23.1", + "version": "7.24.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "auth0-deploy-cli", - "version": "7.23.1", + "version": "7.24.0", "license": "MIT", "dependencies": { "ajv": "^6.12.6", diff --git a/package.json b/package.json index c12e34859..8596bba24 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "auth0-deploy-cli", - "version": "7.23.1", + "version": "7.24.0", "description": "A command line tool for deploying updates to your Auth0 tenant", "main": "lib/index.js", "bin": {