Bump version to 0.4.2

This commit is contained in:
Tulir Asokan 2023-09-30 14:12:33 +03:00
parent 923125f793
commit 75879cfb93
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,11 @@
# v0.4.2 (2023-09-20)
* Updated Pillow to 10.0.1.
* Updated Docker image to Alpine 3.18.
* Added logging for errors for /whoami errors when adding new bot accounts.
* Added support for using appservice tokens (including appservice encryption)
in standalone mode.
# v0.4.1 (2023-03-15)
* Added `in_thread` parameter to `evt.reply()` and `evt.respond()`.

View File

@ -1 +1 @@
__version__ = "0.4.1"
__version__ = "0.4.2"