diff --git a/CHANGELOG.md b/CHANGELOG.md index 23a7d2e..3a8a8c1 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.1](https://github.com/comunica/asyncjoin/compare/v1.2.0...v1.2.1) - 2024-05-22 + +### Fixed +* [Reduce memory usage of symmetric hash join](https://github.com/comunica/asyncjoin/commit/131c8ad2bdf8550a09a6f887408ab502c11ff982) + ## [v1.2.0](https://github.com/comunica/asyncjoin/compare/v1.1.2...v1.2.0) - 2024-03-15 diff --git a/package.json b/package.json index f7bd5ea..5e6b05c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "asyncjoin", - "version": "1.2.0", + "version": "1.2.1", "description": "Join library for asynciterator", "license": "MIT", "repository": {