From e152aa5f28379e9795b020508c1538a9290ea9f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?c=C4=83t=C4=83lin?= Date: Fri, 1 Nov 2024 16:11:33 +0100 Subject: [PATCH] chore: update CHANGELOG --- CHANGELOG | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 24efc5e..24210fe 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,6 +2,17 @@ All notable changes to this project will be documented in this file. +## [0.1.1] - 2024-11-01 + +### 🚀 Features + +- Add Commands enum, delete useless commands, revamp the Settings class and the MarkovChain.message_handler method +- Add config input for the automated generation option + +### ⚙️ Miscellaneous Tasks + +- Update CHANGELOG + ## [0.1.0] - 2024-10-23 ### 🚀 Features