From 0d14da1df3261962218992df9447dfa7e978be73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Hells=C3=A9n?= <tlovinator@gmail.com> Date: Mon, 31 Jan 2022 22:01:21 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 30ea5d6..6bf75c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,8 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Changed - +- Added more information to .env.example +- Rewrote install instructions and added how you create a Discord bot token to the README.md. +- `build: .` is now removed from docker-compose.yml as it broke `docker-compose up` +- `version: 3` is now removed from the docker-compose.yml as it is not needed anymore. +- `.env.example` is now located in extras and root folder. - Updated dependencies: - Updating pluggy (0.13.1 -> 1.0.0) - Updating types-dateparser (1.0.10 -> 1.0.13)