diff --git a/Changelog.md b/Changelog.md index fcd5993b..32bf9af8 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,10 @@ +# [4.10.0](https://github.com/luin/ioredis/compare/v4.9.5...v4.10.0) (2019-05-23) + + +### Features + +* upgrade to redis-commands@1.5.0 for streams support ([644f5cb](https://github.com/luin/ioredis/commit/644f5cb)), closes [#875](https://github.com/luin/ioredis/issues/875) + ## [4.9.5](https://github.com/luin/ioredis/compare/v4.9.4...v4.9.5) (2019-05-15) diff --git a/package-lock.json b/package-lock.json index 040af2e2..c51f7e8a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ioredis", - "version": "4.9.5", + "version": "4.10.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a53b724c..48bfafa4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ioredis", - "version": "4.9.5", + "version": "4.10.0", "description": "A robust, performance-focused and full-featured Redis client for Node.js.", "main": "built/index.js", "files": [