diff --git a/CHANGELOG.md b/CHANGELOG.md
index 54c535e..23ac16c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,12 @@
# Changelog
All notable changes to this project will be documented in this file.
+
+## [v4.0.2](https://github.com/comunica/comunica-feature-solid/compare/v4.0.1...v4.0.2) - 2024-10-15
+
+### Fixed
+* [Fix retry actor not being configured](https://github.com/comunica/comunica-feature-solid/commit/a4e92bf71fb05b4b68cb3bb21c7a37ed02b97613)
+
## [v4.0.1](https://github.com/comunica/comunica-feature-solid/compare/v3.1.1...v4.0.1) - 2024-10-15
diff --git a/engines/config-query-sparql-solid/package.json b/engines/config-query-sparql-solid/package.json
index 2b0b067..e7b10cc 100644
--- a/engines/config-query-sparql-solid/package.json
+++ b/engines/config-query-sparql-solid/package.json
@@ -1,6 +1,6 @@
{
"name": "@comunica/config-query-sparql-solid",
- "version": "4.0.1",
+ "version": "4.0.2",
"description": "default configuration files for Comunica SPARQL Solid",
"lsd:module": true,
"license": "MIT",
diff --git a/engines/query-sparql-solid/package.json b/engines/query-sparql-solid/package.json
index ae762f6..739bf27 100644
--- a/engines/query-sparql-solid/package.json
+++ b/engines/query-sparql-solid/package.json
@@ -1,6 +1,6 @@
{
"name": "@comunica/query-sparql-solid",
- "version": "4.0.1",
+ "version": "4.0.2",
"description": "A Comunica engine for query evaluation over Solid data pods",
"lsd:module": true,
"license": "MIT",
@@ -289,7 +289,7 @@
"@comunica/bus-http-invalidate": "^4.0.1",
"@comunica/bus-query-operation": "^4.0.1",
"@comunica/config-query-sparql": "^4.0.1",
- "@comunica/config-query-sparql-solid": "^4.0.1",
+ "@comunica/config-query-sparql-solid": "^4.0.2",
"@comunica/context-entries": "^4.0.1",
"@comunica/core": "^4.0.1",
"@comunica/logger-void": "^4.0.1",
diff --git a/lerna.json b/lerna.json
index 9f2555a..3558cdd 100644
--- a/lerna.json
+++ b/lerna.json
@@ -17,7 +17,7 @@
"engines/*",
"packages/*"
],
- "version": "4.0.1",
+ "version": "4.0.2",
"loglevel": "success",
"registry": "https://registry.npmjs.org/",
"npmClient": "yarn",