diff --git a/site/content/download.md b/site/content/download.md
index 8316ddbe98a..4c1a39b7e30 100644
--- a/site/content/download.md
+++ b/site/content/download.md
@@ -5,15 +5,15 @@ toc: true
You can either retrieve RDF4J via Apache Maven, or download the SDK or onejar directly.
-## RDF4J 5.2.0 (latest)
+## RDF4J 5.2.1 (latest)
-RDF4J 5.2.0 is our latest stable release. It requires Java 11 minimally.
-For details on what’s new and how to upgrade, see the [release and upgrade notes](/release-notes/5.2.0).
+RDF4J 5.2.1 is our latest stable release. It requires Java 11 minimally.
+For details on what’s new and how to upgrade, see the [release and upgrade notes](/release-notes/5.2.1).
-- [RDF4J 5.2.0 SDK (zip)](http://www.eclipse.org/downloads/download.php?file=/rdf4j/eclipse-rdf4j-5.2.0-sdk.zip)
+- [RDF4J 5.2.1 SDK (zip)](http://www.eclipse.org/downloads/download.php?file=/rdf4j/eclipse-rdf4j-5.2.1-sdk.zip)
Full Eclipse RDF4J SDK, containing all libraries, RDF4J Server, Workbench, and Console applications, and Javadoc API.
-- [RDF4J 5.2.0 onejar](http://www.eclipse.org/downloads/download.php?file=/rdf4j/eclipse-rdf4j-5.2.0-onejar.jar)
+- [RDF4J 5.2.1 onejar](http://www.eclipse.org/downloads/download.php?file=/rdf4j/eclipse-rdf4j-5.2.1-onejar.jar)
Single jar file for easy inclusion of the full RDF4J toolkit in your Java project.
- [RDF4J artifacts](https://search.maven.org/search?q=org.eclipse.rdf4j) on the [Maven Central Repository](http://search.maven.org/)
@@ -28,7 +28,7 @@ You can include RDF4J as a Maven dependency in your Java project by including th
org.eclipse.rdf4j
rdf4j-bom
- 5.2.0
+ 5.2.1
pom
import
diff --git a/site/content/news/rdf4j-521.md b/site/content/news/rdf4j-521.md
new file mode 100644
index 00000000000..c636db7bf56
--- /dev/null
+++ b/site/content/news/rdf4j-521.md
@@ -0,0 +1,14 @@
+---
+title: "RDF4J 5.2.1 released"
+date: 2025-12-05T11:57:33+0100
+layout: "single"
+categories: ["news"]
+---
+RDF4J 5.2.1 is now available. This is a patch release fixing 10 bugs.
+
+For more details, have a look at the [release notes](/release-notes/5.2.1).
+
+### Links
+
+- [Download RDF4J](/download/)
+- [release notes](/release-notes/5.2.1).
diff --git a/site/content/release-notes/5.2.1.md b/site/content/release-notes/5.2.1.md
new file mode 100644
index 00000000000..6a6ab91d7b5
--- /dev/null
+++ b/site/content/release-notes/5.2.1.md
@@ -0,0 +1,11 @@
+---
+title: "5.2.1"
+toc: true
+---
+RDF4J 5.2.1 is a patch release that fixes 10 issues.
+
+For a complete overview, see [all issues fixed in 5.2.1](https://github.com/eclipse/rdf4j/milestone/125?closed=1).
+
+### Acknowledgements
+
+This release was made possible by contributions from [Jerven Bolleman](https://github.com/JervenBolleman), [Piotr Sowiński](https://github.com/Ostrzyciel), [Bart Hanssens](https://github.com/barthanssens), [Hannes Ebner](https://github.com/ebner), [Håvard M. Ottestad](https://github.com/hmottestad).
diff --git a/site/static/javadoc/5.2.1.tar.xz b/site/static/javadoc/5.2.1.tar.xz
new file mode 100644
index 00000000000..42c881e3e6d
Binary files /dev/null and b/site/static/javadoc/5.2.1.tar.xz differ
diff --git a/site/static/javadoc/latest.tar.xz b/site/static/javadoc/latest.tar.xz
index faf29dac8c6..42c881e3e6d 100644
Binary files a/site/static/javadoc/latest.tar.xz and b/site/static/javadoc/latest.tar.xz differ