Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add changelog for v1.5.1 #1086

Merged
merged 2 commits into from
Oct 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 16 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

# [v1.5.1](https://github.com/auth0/auth0-cli/tree/v1.5.1) (Oct 4, 2024)

[Full Changelog](https://github.com/auth0/auth0-cli/compare/v1.5.0...v1.5.1)

### Fixed

- Resolved an issue with `auth0_resource_server_scopes` in the `auth0_resource_server` Terraform import when generating Terraform configuration [#1079]
- Improved error handling in `auth0 ul customize` to gracefully ignore specific prompt errors [#1081]
- Fixed an issue with the display of custom domains data and deletion across all commands that involve multiple pick options [#1083]

# [v1.5.0](https://github.com/auth0/auth0-cli/tree/v1.5.0) (Aug 13, 2024)

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

[unreleased]: https://github.com/auth0/auth0-cli/compare/v1.5.0...HEAD
[unreleased]: https://github.com/auth0/auth0-cli/compare/v1.5.1...HEAD
[#1083]: https://github.com/auth0/auth0-cli/issues/1083
[#1081]: https://github.com/auth0/auth0-cli/issues/1081
[#1079]: https://github.com/auth0/auth0-cli/issues/1079
[#1038]: https://github.com/auth0/auth0-cli/issues/1038
[#1032]:https://github.com/auth0/auth0-cli/issues/1032
[#1032]: https://github.com/auth0/auth0-cli/issues/1032
[#1031]: https://github.com/auth0/auth0-cli/issues/1031
[#1002]: https://github.com/auth0/auth0-cli/issues/1002
[#988]:https://github.com/auth0/auth0-cli/issues/988
[#988]: https://github.com/auth0/auth0-cli/issues/988
[#968]: https://github.com/auth0/auth0-cli/issues/968
[#955]: https://github.com/auth0/auth0-cli/issues/955
[#949]: https://github.com/auth0/auth0-cli/issues/949
Expand Down
Loading