Fix db race condition

- Fixed a bug where the bot would crash if the db connection took too long
- Updated packages to latest version
- Bumped version to 1.1.1
This commit is contained in:
2023-09-16 11:12:43 +02:00
parent f528d107da
commit d5b75b12c8
7 changed files with 765 additions and 369 deletions

View File

@@ -2,7 +2,18 @@
This file is used to list changes made to this software.
_Current development release: 1.1.0_
_Current development release: 1.1.1_
## V1.1.1 [2023-09-16]
### Updates
- Updated packages to latest versions
### Bugfixes
- Fixed a bug where the bot would crash on startup if the database connection establishment took too long
### Other
- Renamed db service in docker compose file from database to db
## V1.1.0 [2022-11-29]