diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a8a8c1..70ed1f0 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.2](https://github.com/comunica/asyncjoin/compare/v1.2.1...v1.2.2) - 2024-06-11 + +### Fixed +* [Fix HashJoin not always being marked as readable](https://github.com/comunica/asyncjoin/commit/114b96e3dd0fc1415905ad8b8fe4e91ffd1d6e2f) + ## [v1.2.1](https://github.com/comunica/asyncjoin/compare/v1.2.0...v1.2.1) - 2024-05-22 diff --git a/package.json b/package.json index 5e6b05c..5b89492 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "asyncjoin", - "version": "1.2.1", + "version": "1.2.2", "description": "Join library for asynciterator", "license": "MIT", "repository": {