diff --git a/CHANGELOG.md b/CHANGELOG.md
index af83a99..3551167 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.3.0](https://github.com/comunica/sparql-benchmark-runner.js/compare/v4.2.0...v4.3.0) - 2024-09-27
+
+### Added
+* [Add times and timesStd to output](https://github.com/comunica/sparql-benchmark-runner.js/commit/c11a13f7d2350473c88a31a3bef636e1e06c910b)
+
## [v4.2.0](https://github.com/comunica/sparql-benchmark-runner.js/compare/v4.1.0...v4.2.0) - 2024-07-02
diff --git a/package.json b/package.json
index 15f2e0c..c798a29 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "sparql-benchmark-runner",
- "version": "4.2.0",
+ "version": "4.3.0",
"packageManager": "yarn@1.22.22",
"description": "Executes a query set against a given SPARQL endpoint",
"license": "MIT",