diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7cc2599..ae5111a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,12 @@
# Changelog
All notable changes to this project will be documented in this file.
+
+## [v1.1.1](https://github.com/comunica/rdf-streaming-store.js/compare/v1.1.0...v1.1.1) - 2024-01-11
+
+### Fixed
+* [Fix duplicate triples being emitted multiple times](https://github.com/comunica/rdf-streaming-store.js/commit/d11c8cea3fd930330f1f90796eb6491ba0c0c3dd)
+
## [v1.1.0](https://github.com/comunica/rdf-streaming-store.js/compare/v1.0.2...v1.1.0) - 2023-04-12
diff --git a/package.json b/package.json
index 60048cc..bed6eac 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "rdf-streaming-store",
- "version": "1.1.0",
+ "version": "1.1.1",
"description": "A read-only RDF/JS store that allows parallel data lookup and insertion.",
"keywords": [
"rdf",