From 15dd3c4559c46c8e3dd5a4d0d9b4a849fea0cb1a Mon Sep 17 00:00:00 2001 From: Will Vedder Date: Fri, 21 Apr 2023 06:47:00 -0400 Subject: [PATCH] 1.0.1 (#748) * Updating changelog * Update changelog * Update CHANGELOG.md --------- Co-authored-by: Will Vedder Co-authored-by: Sergiu Ghitea <28300158+sergiught@users.noreply.github.com> --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f910b106f..56e5a0afd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) @@ -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