diff --git a/CHANGELOG.md b/CHANGELOG.md index b3ed2a30..c42d1da2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [8.1.0] - 2024-11-08 + +### Added + +- Client Credentials (M2M) support in `organizations` and `clientGrants` [#975] + ## [8.0.0] - 2024-10-21 ### Changed @@ -1108,7 +1114,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#946]: https://github.com/auth0/auth0-deploy-cli/issues/946 [#954]: https://github.com/auth0/auth0-deploy-cli/issues/954 [#963]: https://github.com/auth0/auth0-deploy-cli/issues/963 -[unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v8.0.0...HEAD +[#975]: https://github.com/auth0/auth0-deploy-cli/issues/975 +[unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v8.1.0...HEAD +[8.1.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.0.0...v8.1.0 [8.0.0]: https://github.com/auth0/auth0-deploy-cli/compare/v7.24.3...v8.0.0 [7.24.3]: https://github.com/auth0/auth0-deploy-cli/compare/v7.24.2...v7.24.3 [7.24.2]: https://github.com/auth0/auth0-deploy-cli/compare/v7.24.1...v7.24.2 diff --git a/package-lock.json b/package-lock.json index 63b27328..a14bb5b5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "auth0-deploy-cli", - "version": "8.0.0", + "version": "8.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "auth0-deploy-cli", - "version": "8.0.0", + "version": "8.1.0", "license": "MIT", "dependencies": { "ajv": "^6.12.6", diff --git a/package.json b/package.json index bf01f629..facf1640 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "auth0-deploy-cli", - "version": "8.0.0", + "version": "8.1.0", "description": "A command line tool for deploying updates to your Auth0 tenant", "main": "lib/index.js", "bin": {