From 11efdfb7249b408c9be9dd1506210eaabd03f75a Mon Sep 17 00:00:00 2001 From: kushalshit27 <43465488+kushalshit27@users.noreply.github.com> Date: Wed, 4 Jun 2025 12:14:17 +0530 Subject: [PATCH 1/2] CHANGELOG added --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 130a70bc..e3d76d3f 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 support support limit M2M usage - EA [#1093] +- Add support to fetch list `prompt` screen's settings [#1104] + +### Fixed + +- Fix secret masking for `connections`, `emailProvider` and `logStreams` [#1103] +- Fix supported resource types in READMEs. [#1109] + ## [8.8.3] - 2025-05-27 ### Added From 34447bc2ddc3a8c7769f9d77f127d6f3a4fa24f5 Mon Sep 17 00:00:00 2001 From: kushalshit27 <43465488+kushalshit27@users.noreply.github.com> Date: Wed, 4 Jun 2025 12:15:01 +0530 Subject: [PATCH 2/2] 8.9.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 e3d76d3f..ea14f76a 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.9.0] - 2025-06-04 + ### Added - Add support support limit M2M usage - EA [#1093] @@ -1342,9 +1344,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#1084]: https://github.com/auth0/auth0-deploy-cli/issues/1084 [#1085]: https://github.com/auth0/auth0-deploy-cli/issues/1085 [#1086]: https://github.com/auth0/auth0-deploy-cli/issues/1086 +[#1093]: https://github.com/auth0/auth0-deploy-cli/issues/1093 [#1095]: https://github.com/auth0/auth0-deploy-cli/issues/1095 [#1096]: https://github.com/auth0/auth0-deploy-cli/issues/1096 -[Unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v8.8.3...HEAD +[#1103]: https://github.com/auth0/auth0-deploy-cli/issues/1103 +[#1104]: https://github.com/auth0/auth0-deploy-cli/issues/1104 +[#1109]: https://github.com/auth0/auth0-deploy-cli/issues/1109 +[Unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v8.9.0...HEAD +[8.9.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.8.3...v8.9.0 [8.8.3]: https://github.com/auth0/auth0-deploy-cli/compare/v8.8.2...v8.8.3 [8.8.2]: https://github.com/auth0/auth0-deploy-cli/compare/v8.8.1...v8.8.2 [8.8.1]: https://github.com/auth0/auth0-deploy-cli/compare/v8.8.0...v8.8.1 diff --git a/package-lock.json b/package-lock.json index ffff3382..e8d9e7e3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "auth0-deploy-cli", - "version": "8.8.3", + "version": "8.9.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "auth0-deploy-cli", - "version": "8.8.3", + "version": "8.9.0", "license": "MIT", "dependencies": { "ajv": "^6.12.6", diff --git a/package.json b/package.json index 12ebee0c..13f27af9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "auth0-deploy-cli", - "version": "8.8.3", + "version": "8.9.0", "description": "A command line tool for deploying updates to your Auth0 tenant", "main": "lib/index.js", "bin": {