chore(changelog): update changelog for v1.1.1

This commit is contained in:
etienne-hd
2026-03-07 17:33:18 +01:00
parent d48349b271
commit b6dc50b436

View File

@@ -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