diff --git a/CHANGELOG.md b/CHANGELOG.md index bf6a84a06..bd542e0d7 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] +## [7.22.1] - 2024-06-24 + +### Fixed + +- Made `captcha_widget_theme` an optional field in the `colors` property within the `themes` schema [#911] + ## [7.22.0] - 2024-06-21 ### Added @@ -1025,7 +1031,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#889]: https://github.com/auth0/auth0-deploy-cli/issues/889 [#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 +[#911]: https://github.com/auth0/auth0-deploy-cli/issues/911 +[unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v7.22.1...HEAD +[7.22.1]: https://github.com/auth0/auth0-deploy-cli/compare/v7.22.0...v7.22.1 [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 diff --git a/package-lock.json b/package-lock.json index 0ec6c20a8..7e1e5c24f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "auth0-deploy-cli", - "version": "7.22.0", + "version": "7.22.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "auth0-deploy-cli", - "version": "7.22.0", + "version": "7.22.1", "license": "MIT", "dependencies": { "ajv": "^6.12.6", diff --git a/package.json b/package.json index 83be02d8d..b477f1b41 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "auth0-deploy-cli", - "version": "7.22.0", + "version": "7.22.1", "description": "A command line tool for deploying updates to your Auth0 tenant", "main": "lib/index.js", "bin": {