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