From b6dc50b436d6430011072b0e4f3c622f687d46c7 Mon Sep 17 00:00:00 2001 From: etienne-hd Date: Sat, 7 Mar 2026 17:33:18 +0100 Subject: [PATCH] chore(changelog): update changelog for v1.1.1 --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 56d46cf..45a27c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## v1.1.1 + +### Added +- Automatic installation of Python libraries from `config/requirements.txt` when running the Docker container. + +### Changed +- Moved `config.py` to `config/__init__.py` to allow multiple configuration files in Docker. + +### Updated +- Discord example updated to reflect the new configuration structure. + ## v1.1.0 ### Added