diff --git a/CHANGELOG.md b/CHANGELOG.md
index afc2f0c..74609b8 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.4](https://github.com/comunica/asyncjoin/compare/v1.2.3...v1.2.4) - 2024-09-24
+
+### Changed
+* [Remove unneeded Map.has check in hash joins](https://github.com/comunica/asyncjoin/commit/11456bd33ea76d0145370c4ee2b2d1a3b072cd84)
+
## [v1.2.3](https://github.com/comunica/asyncjoin/compare/v1.2.2...v1.2.3) - 2024-06-14
diff --git a/package.json b/package.json
index 0adaae9..30b2c8c 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "asyncjoin",
- "version": "1.2.3",
+ "version": "1.2.4",
"description": "Join library for asynciterator",
"license": "MIT",
"repository": {