diff --git a/CHANGELOG.md b/CHANGELOG.md index 9493b5e46..d80fdc38d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [7.20.0] - 2023-11-29 + +### Added + +- Relative path import support for actions directory handler [#866] + +### Fixed + +- Keyword preservation for wider array of resources [#864] +- Fetching clients if not defined when managing client grants in YAML format [#865] + ## [7.19.0] - 2023-08-11 ### Added @@ -990,7 +1001,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#836]: https://github.com/auth0/auth0-deploy-cli/issues/836 [#837]: https://github.com/auth0/auth0-deploy-cli/issues/837 [#838]: https://github.com/auth0/auth0-deploy-cli/issues/838 -[unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v7.19.0...HEAD +[#864]: https://github.com/auth0/auth0-deploy-cli/issues/864 +[#865]: https://github.com/auth0/auth0-deploy-cli/issues/865 +[#866]: https://github.com/auth0/auth0-deploy-cli/issues/866 +[unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v7.20.0...HEAD +[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 [7.18.0]: https://github.com/auth0/auth0-deploy-cli/compare/v7.17.7...v7.18.0 [7.17.7]: https://github.com/auth0/auth0-deploy-cli/compare/v7.17.6...v7.17.7 diff --git a/package-lock.json b/package-lock.json index 2acc16174..095ae656d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "auth0-deploy-cli", - "version": "7.19.0", + "version": "7.20.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "auth0-deploy-cli", - "version": "7.19.0", + "version": "7.20.0", "license": "MIT", "dependencies": { "ajv": "^6.12.6", diff --git a/package.json b/package.json index 5ae1c33be..48b495822 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "auth0-deploy-cli", - "version": "7.19.0", + "version": "7.20.0", "description": "A command line tool for deploying updates to your Auth0 tenant", "main": "lib/index.js", "bin": {