diff --git a/CHANGELOG.md b/CHANGELOG.md
index 577ed3c..943dc5b 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.1.0](https://github.com/comunica/sparql-benchmark-runner.js/compare/v4.0.2...v4.1.0) - 2024-06-05
+
+### Changed
+* [Include timestamps of for timed-out queries](https://github.com/comunica/sparql-benchmark-runner.js/commit/902ca9f9178bb9ad8177e731d9682ae8d6ce4a07)
+
## [v4.0.2](https://github.com/comunica/sparql-benchmark-runner.js/compare/v4.0.1...v4.0.2) - 2024-05-15
diff --git a/package.json b/package.json
index e7cdb33..99806eb 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "sparql-benchmark-runner",
- "version": "4.0.2",
+ "version": "4.1.0",
"packageManager": "yarn@1.22.22",
"description": "Executes a query set against a given SPARQL endpoint",
"license": "MIT",