diff --git a/CHANGELOG.md b/CHANGELOG.md
index 70ed1f0..afc2f0c 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.2.3](https://github.com/comunica/asyncjoin/compare/v1.2.2...v1.2.3) - 2024-06-14
+
+### Fixed
+* [Fix HashJoin hanging for non-autoStarted iterators](https://github.com/comunica/asyncjoin/commit/8ec9c78b76fe43465b7bde6341e8d941a409e14e)
+
## [v1.2.2](https://github.com/comunica/asyncjoin/compare/v1.2.1...v1.2.2) - 2024-06-11
diff --git a/package.json b/package.json
index 5b89492..0adaae9 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "asyncjoin",
- "version": "1.2.2",
+ "version": "1.2.3",
"description": "Join library for asynciterator",
"license": "MIT",
"repository": {