Skip to content

Commit fbdf7a6

Browse files
7.22.0 (#910)
* Updating changelog for 7.22.0 * 7.22.0 * fixed linting. * removed security notes.
1 parent 8fc9936 commit fbdf7a6

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

CHANGELOG.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [7.22.0] - 2024-06-21
11+
12+
### Added
13+
14+
- Management support for `is_signup_enabled` in organization connections [#905]
15+
- Management support for `captcha_widget_theme` in theme colors [#906]
16+
1017
## [7.21.0] - 2024-02-08
1118

1219
### Added
@@ -1016,7 +1023,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10161023
[#866]: https://github.com/auth0/auth0-deploy-cli/issues/866
10171024
[#876]: https://github.com/auth0/auth0-deploy-cli/issues/876
10181025
[#889]: https://github.com/auth0/auth0-deploy-cli/issues/889
1019-
[unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v7.21.0...HEAD
1026+
[#905]: https://github.com/auth0/auth0-deploy-cli/issues/905
1027+
[#906]: https://github.com/auth0/auth0-deploy-cli/issues/906
1028+
[unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v7.22.0...HEAD
1029+
[7.22.0]: https://github.com/auth0/auth0-deploy-cli/compare/v7.21.0...v7.22.0
10201030
[7.21.0]: https://github.com/auth0/auth0-deploy-cli/compare/v7.20.0...v7.21.0
10211031
[7.20.0]: https://github.com/auth0/auth0-deploy-cli/compare/v7.19.0...v7.20.0
10221032
[7.19.0]: https://github.com/auth0/auth0-deploy-cli/compare/v7.18.0...v7.19.0

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "auth0-deploy-cli",
3-
"version": "7.21.0",
3+
"version": "7.22.0",
44
"description": "A command line tool for deploying updates to your Auth0 tenant",
55
"main": "lib/index.js",
66
"bin": {

0 commit comments

Comments
 (0)