diff --git a/site/content/download.md b/site/content/download.md
index 0a3303ebcc..c373c98295 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 4.3.9 (latest)
+## RDF4J 4.3.10 (latest)
-RDF4J 4.3.9 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/4.3.9).
+RDF4J 4.3.10 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/4.3.10).
-- [RDF4J 4.3.9 SDK (zip)](http://www.eclipse.org/downloads/download.php?file=/rdf4j/eclipse-rdf4j-4.3.9-sdk.zip)
+- [RDF4J 4.3.10 SDK (zip)](http://www.eclipse.org/downloads/download.php?file=/rdf4j/eclipse-rdf4j-4.3.10-sdk.zip)
Full Eclipse RDF4J SDK, containing all libraries, RDF4J Server, Workbench, and Console applications, and Javadoc API.
-- [RDF4J 4.3.9 onejar](http://www.eclipse.org/downloads/download.php?file=/rdf4j/eclipse-rdf4j-4.3.9-onejar.jar)
+- [RDF4J 4.3.10 onejar](http://www.eclipse.org/downloads/download.php?file=/rdf4j/eclipse-rdf4j-4.3.10-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
- 4.3.9
+ 4.3.10
pom
import
diff --git a/site/content/news/rdf4j-4310.md b/site/content/news/rdf4j-4310.md
new file mode 100644
index 0000000000..1496556256
--- /dev/null
+++ b/site/content/news/rdf4j-4310.md
@@ -0,0 +1,14 @@
+---
+title: "RDF4J 4.3.10 released"
+date: 2024-03-06T12:04:16+0100
+layout: "single"
+categories: ["news"]
+---
+RDF4J 4.3.10 is now available. This is a patch release fixing 2 bugs.
+
+For more details, have a look at the [release notes](/release-notes/4.3.10).
+
+### Links
+
+- [Download RDF4J](/download/)
+- [release notes](/release-notes/4.3.10).
diff --git a/site/content/release-notes/4.3.10.md b/site/content/release-notes/4.3.10.md
new file mode 100644
index 0000000000..a3d23bc922
--- /dev/null
+++ b/site/content/release-notes/4.3.10.md
@@ -0,0 +1,11 @@
+---
+title: "4.3.10"
+toc: true
+---
+RDF4J 4.3.10 is a patch release that fixes 2 issues.
+
+For a complete overview, see [all issues fixed in 4.3.10](https://github.com/eclipse/rdf4j/milestone/103?closed=1).
+
+### Acknowledgements
+
+This release was made possible by contributions from Frens Jan Rumph, Håvard M. Ottestad and Michael Vorburger.
diff --git a/site/static/javadoc/4.3.10.tgz b/site/static/javadoc/4.3.10.tgz
new file mode 100644
index 0000000000..b95dcd9940
Binary files /dev/null and b/site/static/javadoc/4.3.10.tgz differ
diff --git a/site/static/javadoc/latest.tgz b/site/static/javadoc/latest.tgz
index 24d5ec2e7f..b95dcd9940 100644
Binary files a/site/static/javadoc/latest.tgz and b/site/static/javadoc/latest.tgz differ