diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 0171b77787c4731efd4a1d23d8c1cb62cf42f2a2..30be7ad20c2bc00927e1554c1408ae8c93cbc0ef 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -15,6 +15,7 @@ Fixed
 * It wasn't possible to run data checks due to broken color data checks.
 * Recurrence information for calendar events weren't removed on deletion.
 * Full day events didn't work in calendar.
+* Recurring events without until value weren't shown.
 * [Dev] AddressInputType missed country field.
 
 `4.0`_ - 2025-03-29
diff --git a/pyproject.toml b/pyproject.toml
index a42c32c3d343dfae0b02652137d6344f6222680b..7cf6f4b7dea89d736047477f88b0bb0d371f116a 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"