Skip to content

Commit e7536d4

Browse files
Add changelog for v1.5.1 (#1086)
1 parent 5d3f3cd commit e7536d4

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

Diff for: CHANGELOG.md

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

88
## [Unreleased]
99

10+
# [v1.5.1](https://github.com/auth0/auth0-cli/tree/v1.5.1) (Oct 4, 2024)
11+
12+
[Full Changelog](https://github.com/auth0/auth0-cli/compare/v1.5.0...v1.5.1)
13+
14+
### Fixed
15+
16+
- Resolved an issue with `auth0_resource_server_scopes` in the `auth0_resource_server` Terraform import when generating Terraform configuration [#1079]
17+
- Improved error handling in `auth0 ul customize` to gracefully ignore specific prompt errors [#1081]
18+
- Fixed an issue with the display of custom domains data and deletion across all commands that involve multiple pick options [#1083]
19+
1020
# [v1.5.0](https://github.com/auth0/auth0-cli/tree/v1.5.0) (Aug 13, 2024)
1121

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

295-
[unreleased]: https://github.com/auth0/auth0-cli/compare/v1.5.0...HEAD
305+
[unreleased]: https://github.com/auth0/auth0-cli/compare/v1.5.1...HEAD
306+
[#1083]: https://github.com/auth0/auth0-cli/issues/1083
307+
[#1081]: https://github.com/auth0/auth0-cli/issues/1081
308+
[#1079]: https://github.com/auth0/auth0-cli/issues/1079
296309
[#1038]: https://github.com/auth0/auth0-cli/issues/1038
297-
[#1032]:https://github.com/auth0/auth0-cli/issues/1032
310+
[#1032]: https://github.com/auth0/auth0-cli/issues/1032
298311
[#1031]: https://github.com/auth0/auth0-cli/issues/1031
299312
[#1002]: https://github.com/auth0/auth0-cli/issues/1002
300-
[#988]:https://github.com/auth0/auth0-cli/issues/988
313+
[#988]: https://github.com/auth0/auth0-cli/issues/988
301314
[#968]: https://github.com/auth0/auth0-cli/issues/968
302315
[#955]: https://github.com/auth0/auth0-cli/issues/955
303316
[#949]: https://github.com/auth0/auth0-cli/issues/949

0 commit comments

Comments
 (0)