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

1.0.1 #748

Merged
merged 6 commits into from
Apr 21, 2023
Merged

1.0.1 #748

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
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [v1.0.1](https://github.com/auth0/auth0-cli/tree/v1.0.1) (Apr 20, 2023)

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

### Fixed

- "Not logged in. Try 'auth0 login'." warnings when installing from package manager [#741]
- Unmarshaling log scopes error with `auth0 logs` commands [#745]
- Returning empty array when no results with `--json` flag [#747]
- Error occurring no tenant logs when running `auth0 logs` commands [#744]
- Always showing the hint to log in even if we are logged in [#743]

## [v1.0.0](https://github.com/auth0/auth0-cli/tree/v1.0.0) (Apr 14, 2023)

[Full Changelog](https://github.com/auth0/auth0-cli/compare/v0.13.1...v1.0.0)
Expand Down Expand Up @@ -170,6 +182,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Updating of action triggers which inevitably results in error [#597]

[unreleased]: https://github.com/auth0/auth0-cli/compare/v1.0.0...HEAD
[#743]: https://github.com/auth0/auth0-cli/issues/743
[#747]: https://github.com/auth0/auth0-cli/issues/747
[#745]: https://github.com/auth0/auth0-cli/issues/745
[#744]: https://github.com/auth0/auth0-cli/issues/744
[#741]: https://github.com/auth0/auth0-cli/issues/741
[#733]: https://github.com/auth0/auth0-cli/issues/733
[#738]: https://github.com/auth0/auth0-cli/issues/738
[#735]: https://github.com/auth0/auth0-cli/issues/735
Expand Down