Skip to content

Commit 5cff636

Browse files
Add changelog for v1.5.0 (#1071)
1 parent eb07da2 commit 5cff636

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
# [v1.5.0](https://github.com/auth0/auth0-cli/tree/v1.5.0) (Aug 13, 2024)
11+
12+
[Full Changelog](https://github.com/auth0/auth0-cli/compare/v1.4.0...v1.5.0)
13+
14+
### Added
15+
16+
- Support for `auth0_client_credentials` within `auth0_client` when generating Terraform configuration [#1032]
17+
- Support for `auth0_email_template` when generating Terraform configuration [#988]
18+
- Ability to use **Custom Partial Prompts** in the `auth0 universal-login customize` command [#1031]
19+
- Ability to manage the login domain through the `--domain` flag in the `auth0 login` command with an updated login flow [#1038]
20+
21+
### Fixed
22+
23+
- Issue with listing tenants in JSON format. [#1002](https://github.com/auth0/auth0-cli/issues/1002)
24+
1025
## [v1.4.0](https://github.com/auth0/auth0-cli/tree/v1.4.0) (Feb 1, 2024)
1126

1227
[Full Changelog](https://github.com/auth0/auth0-cli/compare/v1.3.0...v1.4.0)
@@ -277,7 +292,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
277292
- `auth0 tenants add` command in favor of `auth0 login` [#546]
278293
- Updating of action triggers which inevitably results in error [#597]
279294

280-
[unreleased]: https://github.com/auth0/auth0-cli/compare/v1.0.0...HEAD
295+
[unreleased]: https://github.com/auth0/auth0-cli/compare/v1.5.0...HEAD
296+
[#1038]: https://github.com/auth0/auth0-cli/issues/1038
297+
[#1032]:https://github.com/auth0/auth0-cli/issues/1032
298+
[#1031]: https://github.com/auth0/auth0-cli/issues/1031
299+
[#1002]: https://github.com/auth0/auth0-cli/issues/1002
300+
[#988]:https://github.com/auth0/auth0-cli/issues/988
281301
[#968]: https://github.com/auth0/auth0-cli/issues/968
282302
[#955]: https://github.com/auth0/auth0-cli/issues/955
283303
[#949]: https://github.com/auth0/auth0-cli/issues/949

0 commit comments

Comments
 (0)