From 46ae7d6a0641958b96b1d12cac56786831c50701 Mon Sep 17 00:00:00 2001 From: Will Vedder Date: Wed, 19 Apr 2023 16:59:49 -0400 Subject: [PATCH 1/3] Updating changelog --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f910b106f..80a3e7028 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,17 @@ 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/v01.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] + ## [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 +181,10 @@ 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 +[#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 From 072b14f186589d3b66377a7c4bd5ca1550e85bc9 Mon Sep 17 00:00:00 2001 From: Sergiu Ghitea <28300158+sergiught@users.noreply.github.com> Date: Fri, 21 Apr 2023 09:24:18 +0200 Subject: [PATCH 2/3] Update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 80a3e7028..85f63201f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - 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) @@ -181,6 +182,7 @@ 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 From 2a3990882aeeedaf0981bf83bffe6e78f6fbf660 Mon Sep 17 00:00:00 2001 From: Sergiu Ghitea <28300158+sergiught@users.noreply.github.com> Date: Fri, 21 Apr 2023 11:21:19 +0200 Subject: [PATCH 3/3] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 85f63201f..56e5a0afd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [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/v01.0.0...v1.0.1) +[Full Changelog](https://github.com/auth0/auth0-cli/compare/v1.0.0...v1.0.1) ### Fixed