From 22940c94496cb44274f72e98ee7d8d1aa9259d20 Mon Sep 17 00:00:00 2001 From: kushalshit27 <43465488+kushalshit27@users.noreply.github.com> Date: Wed, 30 Jul 2025 11:48:45 +0530 Subject: [PATCH 1/3] CHANGELOG added --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 711a0476..dcc19c9a 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] +### Added + +- Add DPoP support for proof-of-possession mechanism in `resourceServers` [#1132] + +### Fixed + +- Fix update enabled clients pagination for `connections` and `databases`. [#1127] +- Fix flow and forms request throttling for `forms` and `flows`. [#1133] +- Fix logging and scope validation for `connections` and `databases`. [#1134] + ## [8.11.0] - 2025-07-15 ### Added From f74de8ec682bd87d26dc6354a6e1a9c4ba7c636c Mon Sep 17 00:00:00 2001 From: kushalshit27 <43465488+kushalshit27@users.noreply.github.com> Date: Wed, 30 Jul 2025 11:49:42 +0530 Subject: [PATCH 2/3] 8.12.0 --- CHANGELOG.md | 9 ++++++++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dcc19c9a..c4b7fcea 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.12.0] - 2025-07-30 + ### Added - Add DPoP support for proof-of-possession mechanism in `resourceServers` [#1132] @@ -1388,7 +1390,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#1121]: https://github.com/auth0/auth0-deploy-cli/issues/1121 [#1123]: https://github.com/auth0/auth0-deploy-cli/issues/1123 [#1124]: https://github.com/auth0/auth0-deploy-cli/issues/1124 -[Unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v8.11.0...HEAD +[#1127]: https://github.com/auth0/auth0-deploy-cli/issues/1127 +[#1132]: https://github.com/auth0/auth0-deploy-cli/issues/1132 +[#1133]: https://github.com/auth0/auth0-deploy-cli/issues/1133 +[#1134]: https://github.com/auth0/auth0-deploy-cli/issues/1134 +[Unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v8.12.0...HEAD +[8.12.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.11.0...v8.12.0 [8.11.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.10.0...v8.11.0 [8.10.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.9.0...v8.10.0 [8.9.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.8.3...v8.9.0 diff --git a/package-lock.json b/package-lock.json index 3b9615df..7c046914 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "auth0-deploy-cli", - "version": "8.11.0", + "version": "8.12.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "auth0-deploy-cli", - "version": "8.11.0", + "version": "8.12.0", "license": "MIT", "dependencies": { "ajv": "^6.12.6", diff --git a/package.json b/package.json index d0bc694a..ce960ef0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "auth0-deploy-cli", - "version": "8.11.0", + "version": "8.12.0", "description": "A command line tool for deploying updates to your Auth0 tenant", "main": "lib/index.js", "bin": { From bb7877f75acc036ce53358e05574b97306020e24 Mon Sep 17 00:00:00 2001 From: kushalshit27 <43465488+kushalshit27@users.noreply.github.com> Date: Wed, 30 Jul 2025 11:57:58 +0530 Subject: [PATCH 3/3] CHANGELOG update --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c4b7fcea..2aa6f297 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,7 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - Fix update enabled clients pagination for `connections` and `databases`. [#1127] -- Fix flow and forms request throttling for `forms` and `flows`. [#1133] +- Fix request throttling for `forms` and `flows`. [#1133] - Fix logging and scope validation for `connections` and `databases`. [#1134] ## [8.11.0] - 2025-07-15