v11.3.0 (2021-05-18)

- 💥[Security] Disable python-evaluated input by default as we don't run codejail.
- [Bugfix] Fix missing discussion notifications.
- [Improvement] Better error logging when loading a plugin from an incompatible version.
This commit is contained in:
Régis Behmo 2021-06-06 14:40:24 +02:00
parent e990291d16
commit 900572fdae
2 changed files with 3 additions and 1 deletions

View File

@ -4,6 +4,8 @@ Note: Breaking changes between versions are indicated by "💥".
## Unreleased
## v11.3.0 (2021-05-18)
- 💥[Security] Disable python-evaluated input by default as we don't run codejail.
- [Bugfix] Fix missing discussion notifications.
- [Improvement] Better error logging when loading a plugin from an incompatible version.

View File

@ -1 +1 @@
__version__ = "11.2.11"
__version__ = "11.3.0"