From 367e1952dda0b9c8b0a16f1c1032353893b1e7dc Mon Sep 17 00:00:00 2001 From: Stefano De Cillis Date: Fri, 17 May 2024 22:50:07 +0200 Subject: [PATCH] chore: changelog md --- CHANGELOG.md | 14 ++++++++++++++ oranda.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..ba1fe7c --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,14 @@ +# Changelog + +## 0.1.1 - 2024-05-17 + +### New features +- Auto cleanup routine + +## 0.1.0 - 2023-04-15 + +### Speak Easy is public +- Console logs +- Unblocking logging files +- Rotation for logs files + diff --git a/oranda.json b/oranda.json index d976405..322d9a4 100644 --- a/oranda.json +++ b/oranda.json @@ -4,7 +4,7 @@ }, "components": { "changelog": { - "read_changelog_file": false + "read_changelog_file": true } } } \ No newline at end of file