From e5069d69306596686013bc9aa54ef7f55adb2b18 Mon Sep 17 00:00:00 2001 From: Einliterflasche Date: Tue, 20 Aug 2024 14:54:55 +0200 Subject: [PATCH] chore: add changelog entry --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb8e53e63..8ca7456f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +- ASB + CLI: You can now use the `logs` command to retrieve logs stored in the past, redacting addresses and id's using `logs --redact`. + ## [0.13.4] - 2024-07-25 - ASB: The `history` command can now be used while the asb is running.