diff --git a/CHANGELOG.md b/CHANGELOG.md index b598d54d..5213405e 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.4.0] - 2024-12-09 + +### Added + +- Add support for rendering `prompt` screen's settings [#998] + ## [8.3.0] - 2024-11-28 ### Added @@ -1141,7 +1147,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#984]: https://github.com/auth0/auth0-deploy-cli/issues/984 [#989]: https://github.com/auth0/auth0-deploy-cli/issues/989 [#991]: https://github.com/auth0/auth0-deploy-cli/issues/991 -[unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v8.3.0...HEAD +[#998]: https://github.com/auth0/auth0-deploy-cli/issues/998 +[unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v8.4.0...HEAD +[8.4.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.3.0...v8.4.0 [8.3.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.2.0...v8.3.0 [8.2.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.1.0...v8.2.0 [8.1.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.0.0...v8.1.0 diff --git a/package-lock.json b/package-lock.json index 352ca2df..584528bf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "auth0-deploy-cli", - "version": "8.3.0", + "version": "8.4.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "auth0-deploy-cli", - "version": "8.3.0", + "version": "8.4.0", "license": "MIT", "dependencies": { "ajv": "^6.12.6", diff --git a/package.json b/package.json index 9a4c004d..4ddbe643 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "auth0-deploy-cli", - "version": "8.3.0", + "version": "8.4.0", "description": "A command line tool for deploying updates to your Auth0 tenant", "main": "lib/index.js", "bin": {