diff --git a/CHANGELOG.md b/CHANGELOG.md index e6bf08c..2c7427e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [6.1.0] - 2021-09-28 + +### Added + +- Add `db.getMany(keys)` ([#212](https://github.com/Level/memdown/issues/212)) ([`9d9691a`](https://github.com/Level/memdown/commit/9d9691a)) (Vincent Weevers). + ## [6.0.0] - 2021-04-10 _If you are upgrading: please see [`UPGRADING.md`](https://github.com/Level/memdown/blob/master/UPGRADING.md)._ @@ -160,6 +166,8 @@ _If you are upgrading: please see [`UPGRADING.md`](https://github.com/Level/memd - Remove unnecessary `rimraf` replacement for Browserify ([**@vweevers**](https://github.com/vweevers)) - README: remove Greenkeeper badge ([**@ralphtheninja**](https://github.com/ralphtheninja)) +[6.1.0]: https://github.com/Level/memdown/releases/tag/v6.1.0 + [6.0.0]: https://github.com/Level/memdown/releases/tag/v6.0.0 [5.1.0]: https://github.com/Level/memdown/releases/tag/v5.1.0 diff --git a/package.json b/package.json index 6dc9f1d..b70bb91 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "memdown", - "version": "6.0.0", + "version": "6.1.0", "description": "An drop-in replacement for LevelDOWN that works in memory only", "authors": [ "Rod Vagg (https://github.com/rvagg)"