diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index bacf97396f646e980551f51321dbc57dff6a0563..34e5e7cdea7602c11e6c2fd25149706ab36ffda4 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -18,6 +18,7 @@ Fixed
 * [Dev] AddressInputType missed country field.
 * Detail pages, e.g. for groups, did not work anymore.
 * The configured theme colors were not used by the frontend.
+* Recurring events without until value weren't shown.
 * It wasn't possible to change icons of OAuth applications in the frontend.
 
 `4.0`_ - 2025-03-29
diff --git a/pyproject.toml b/pyproject.toml
index 3972fe20feb30b1a044a7ed5c3ba72d73c1f01e7..27bbe664d89e13977305dde7133874cdae5a2369 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -129,7 +129,7 @@ django-recurrence = "^1.11.1"
 django-timezone-field = "^7.0"
 uwsgi = "^2.0.21"
 tqdm = "^4.66.1"
-django-pg-rrule = "^0.4.1"
+django-pg-rrule = "^0.4.2"
 libsass = "^0.23.0"
 graphene-django-optimizer-reloaded = "^0.9.2"
 defusedxml = "^0.7.1"