From 0e8e7688794682b44f6068e9e0d6c0d5ae655987 Mon Sep 17 00:00:00 2001 From: kushalshit27 <43465488+kushalshit27@users.noreply.github.com> Date: Tue, 2 Sep 2025 14:56:34 +0530 Subject: [PATCH] fix: Update CHANGELOG.md for v1.18.0 --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d87947919..9b96c2fb2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Add support for `subject-type-authorization` flag to apis commands. [#1315] +### Fixed +- Fix log ID retrieval and adjust sleep duration in logs processing. [#1314] + # [v.1.17.1](https://github.com/auth0/auth0-cli/tree/v1.17.1) (August 12, 2025)