Skip to content

Commit

Permalink
7.19.0 (#839)
Browse files Browse the repository at this point in the history
* Updates to changelog

* 7.19.0

* Correcting date

---------

Co-authored-by: Will Vedder <will.vedder@okta.com>
  • Loading branch information
willvedd and willvedd committed Aug 11, 2023
1 parent 88c5030 commit a2fa4a4
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [7.19.0] - 2023-08-11

### Added

- Support for Private Key JWT authentication for authenticating with private key instead of client secret [#817]

### Fixed

- Process branding changes after theme changes to prevent delay in dashboard preview [#836]
- Handling eventual hooks and rules deprecation [#838]
- Overwrites occurring when preserving keywords within multiple client grants [#837]

## [7.18.0] - 2023-07-14

### Added
Expand Down Expand Up @@ -975,10 +983,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#804]: https://github.com/auth0/auth0-deploy-cli/issues/804
[#809]: https://github.com/auth0/auth0-deploy-cli/issues/809
[#811]: https://github.com/auth0/auth0-deploy-cli/issues/811
[#817]: https://github.com/auth0/auth0-deploy-cli/issues/817
[#818]: https://github.com/auth0/auth0-deploy-cli/issues/818
[#820]: https://github.com/auth0/auth0-deploy-cli/issues/820
[#822]: https://github.com/auth0/auth0-deploy-cli/issues/822
[unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v7.18.0...HEAD
[#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
[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
[7.17.6]: https://github.com/auth0/auth0-deploy-cli/compare/v7.17.5...v7.17.6
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.18.0",
"version": "7.19.0",
"description": "A command line tool for deploying updates to your Auth0 tenant",
"main": "lib/index.js",
"bin": {
Expand Down

0 comments on commit a2fa4a4

Please sign in to comment.