diff --git a/CHANGELOG.md b/CHANGELOG.md index 828ca18..afa9ad4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## [1.14.0] + - Refactor to use `AsyncRowGroup` and `AsyncColumn` abstractions for better performance and flexibility (#83). + ## [1.13.6] - Fix page continuation (#81 thanks @jpivarski). diff --git a/package.json b/package.json index 518711d..0680089 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hyparquet", - "version": "1.13.6", + "version": "1.14.0", "description": "Parquet file parser for JavaScript", "author": "Hyperparam", "homepage": "https://hyperparam.app",