diff --git a/CHANGELOG.md b/CHANGELOG.md
index 78b0b78..0879c33 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,7 +3,7 @@
> [!NOTE]
> Release notes are also available on the [wiki](https://github.com/beatonma/django-wm/wiki/Releases).
-## 4.1.0 (2024-02-10)
+## 4.1.1 (2024-02-10)
> [!WARNING]
> `python manage.py migrate` required for new fields.
@@ -16,7 +16,7 @@
- New settings for allowing or disabling webmentions to/from a set of domains:
- `WEBMENTIONS_DOMAINS_INCOMING_ALLOW: Iterable[str] = None`
- - `WEBMENTIONS_DOMAINS_INCOMING_DENY: Iterable[str] = None`
+ - `WEBMENTIONS_\DOMAINS_INCOMING_DENY: Iterable[str] = None`
- `WEBMENTIONS_DOMAINS_OUTGOING_ALLOW: Iterable[str] = None`
- `WEBMENTIONS_DOMAINS_OUTGOING_DENY: Iterable[str] = None`
diff --git a/mentions/__init__.py b/mentions/__init__.py
index 0926727..f503e5c 100644
--- a/mentions/__init__.py
+++ b/mentions/__init__.py
@@ -1,2 +1,2 @@
-__version__ = "4.1.0"
+__version__ = "4.1.1"
__url__ = "https://github.com/beatonma/django-wm/"