diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ba755f8..86662cd5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.5.0](https://github.com/web3-storage/pail/compare/v0.4.2...v0.5.0) (2024-03-19) + + +### Features + +* filter entries with keys greater than this string ([#37](https://github.com/web3-storage/pail/issues/37)) ([444ccd7](https://github.com/web3-storage/pail/commit/444ccd79e8d99fcc06b7528344aab683dcc3341c)) + ## [0.4.2](https://github.com/web3-storage/pail/compare/v0.4.1...v0.4.2) (2024-02-10) diff --git a/package.json b/package.json index a1783eaa..75416024 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@web3-storage/pail", - "version": "0.4.2", + "version": "0.5.0", "description": "DAG based key value store.", "main": "src/index.js", "type": "module",