Skip to content

Commit

Permalink
7.20.0 (#870)
Browse files Browse the repository at this point in the history
* Updating changelog

* 7.20.0

---------

Co-authored-by: Will Vedder <[email protected]>
  • Loading branch information
willvedd and willvedd authored Nov 29, 2023
1 parent ae243c5 commit fa738a5
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 4 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit fa738a5

Please sign in to comment.