@@ -7,10 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 7.19.0] - 2023-08-11
11
+
10
12
### Added
11
13
12
14
- Support for Private Key JWT authentication for authenticating with private key instead of client secret [ #817 ]
13
15
16
+ ### Fixed
17
+
18
+ - Process branding changes after theme changes to prevent delay in dashboard preview [ #836 ]
19
+ - Handling eventual hooks and rules deprecation [ #838 ]
20
+ - Overwrites occurring when preserving keywords within multiple client grants [ #837 ]
21
+
14
22
## [ 7.18.0] - 2023-07-14
15
23
16
24
### Added
@@ -975,10 +983,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
975
983
[ #804 ] : https://github.com/auth0/auth0-deploy-cli/issues/804
976
984
[ #809 ] : https://github.com/auth0/auth0-deploy-cli/issues/809
977
985
[ #811 ] : https://github.com/auth0/auth0-deploy-cli/issues/811
986
+ [ #817 ] : https://github.com/auth0/auth0-deploy-cli/issues/817
978
987
[ #818 ] : https://github.com/auth0/auth0-deploy-cli/issues/818
979
988
[ #820 ] : https://github.com/auth0/auth0-deploy-cli/issues/820
980
989
[ #822 ] : https://github.com/auth0/auth0-deploy-cli/issues/822
981
- [ unreleased ] : https://github.com/auth0/auth0-deploy-cli/compare/v7.18.0...HEAD
990
+ [ #836 ] : https://github.com/auth0/auth0-deploy-cli/issues/836
991
+ [ #837 ] : https://github.com/auth0/auth0-deploy-cli/issues/837
992
+ [ #838 ] : https://github.com/auth0/auth0-deploy-cli/issues/838
993
+ [ unreleased ] : https://github.com/auth0/auth0-deploy-cli/compare/v7.19.0...HEAD
994
+ [ 7.19.0 ] : https://github.com/auth0/auth0-deploy-cli/compare/v7.18.0...v7.19.0
982
995
[ 7.18.0 ] : https://github.com/auth0/auth0-deploy-cli/compare/v7.17.7...v7.18.0
983
996
[ 7.17.7 ] : https://github.com/auth0/auth0-deploy-cli/compare/v7.17.6...v7.17.7
984
997
[ 7.17.6 ] : https://github.com/auth0/auth0-deploy-cli/compare/v7.17.5...v7.17.6
0 commit comments