diff --git a/CHANGELOG.md b/CHANGELOG.md index 130a70bc..ea14f76a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,18 @@ 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] +- 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 @@ -1332,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": {