diff --git a/CHANGELOG.md b/CHANGELOG.md index a6d0d87..9296961 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +# 0.11.1 + +* Fixed censure filtering reasons using "AND" instead of "OR" as join +* Added meta reasons `__all_bigots__` and `__all_pedos__` which will attempt to filter all reasons which fall into them as supergroups + # 0.11.0 * Can now provide evidence for censures diff --git a/fediseer/consts.py b/fediseer/consts.py index 59b1764..fb24ce1 100644 --- a/fediseer/consts.py +++ b/fediseer/consts.py @@ -1,4 +1,4 @@ -FEDISEER_VERSION = "0.11.0" +FEDISEER_VERSION = "0.11.1" SUPPORTED_SOFTWARE = [ "lemmy", "mastodon",