aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2022-04-18 15:44:22 +0100
committerGravatar Chris Lovering <[email protected]>2022-04-18 16:12:59 +0100
commitaca37f50e11f261a7d914e5b5471b2717b51e5c8 (patch)
tree4470bc87711d79de0be2680b52a618005c86f1c4 /CHANGELOG.md
parentBump version number and log change (diff)
Reconnect to redis session on setup if it is closed
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3779ad32..f78ef928 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,8 @@
# Changelog
+## 5.0.3 18th April 2022
+- Fix: Reconnect to redis session on setup if it is closed.
+
## 5.0.2 5th April 2022
- Fix: Create a dummy `AsyncstatsdClient` before connecting to real url, in case a connection cannot be made on init.
- Fix: Move the creation of the `asyncio.Event`, `BotBase._guild_available` to within the setup hook, to avoid a deprecation notice.