diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a4b1901e5..ca6093a462 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,12 +10,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Fixed a bug with branches and `plugin update`. -# v2.23.0 +# v2.24.0 ### Added Branch support for `plugin add` and in registry. Typically for developers. +# v2.23.0 + ### Added Added a "Mutual servers" field to the genesis embed if: diff --git a/bot.py b/bot.py index d0c3967ef4..f61a60e934 100644 --- a/bot.py +++ b/bot.py @@ -25,7 +25,7 @@ SOFTWARE. """ -__version__ = "2.24.0" +__version__ = "2.24.1" import asyncio import logging