diff --git a/CHANGELOG.md b/CHANGELOG.md index 769830367..bf6a84a06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [7.22.0] - 2024-06-21 + +### Added + +- Management support for `is_signup_enabled` in organization connections [#905] +- Management support for `captcha_widget_theme` in theme colors [#906] + ## [7.21.0] - 2024-02-08 ### Added @@ -1016,7 +1023,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#866]: https://github.com/auth0/auth0-deploy-cli/issues/866 [#876]: https://github.com/auth0/auth0-deploy-cli/issues/876 [#889]: https://github.com/auth0/auth0-deploy-cli/issues/889 -[unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v7.21.0...HEAD +[#905]: https://github.com/auth0/auth0-deploy-cli/issues/905 +[#906]: https://github.com/auth0/auth0-deploy-cli/issues/906 +[unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v7.22.0...HEAD +[7.22.0]: https://github.com/auth0/auth0-deploy-cli/compare/v7.21.0...v7.22.0 [7.21.0]: https://github.com/auth0/auth0-deploy-cli/compare/v7.20.0...v7.21.0 [7.20.0]: https://github.com/auth0/auth0-deploy-cli/compare/v7.19.0...v7.20.0 [7.19.0]: https://github.com/auth0/auth0-deploy-cli/compare/v7.18.0...v7.19.0 diff --git a/package-lock.json b/package-lock.json index e1fbc25ef..0ec6c20a8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "auth0-deploy-cli", - "version": "7.21.0", + "version": "7.22.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "auth0-deploy-cli", - "version": "7.21.0", + "version": "7.22.0", "license": "MIT", "dependencies": { "ajv": "^6.12.6", diff --git a/package.json b/package.json index 23d508191..83be02d8d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "auth0-deploy-cli", - "version": "7.21.0", + "version": "7.22.0", "description": "A command line tool for deploying updates to your Auth0 tenant", "main": "lib/index.js", "bin": {