diff --git a/Changelog.md b/Changelog.md index 810de9a..a00489a 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,10 @@ +# [4.17.0](https://github.com/luin/ioredis/compare/v4.16.3...v4.17.0) (2020-05-16) + + +### Features + +* add auth support for Redis 6 ([#1130](https://github.com/luin/ioredis/issues/1130)) ([ad5b455](https://github.com/luin/ioredis/commit/ad5b45587b2e378c15fa879cc72580c391c3c18d)) + ## [4.16.3](https://github.com/luin/ioredis/compare/v4.16.2...v4.16.3) (2020-04-21) diff --git a/package-lock.json b/package-lock.json index a623ae3..cdc787e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ioredis", - "version": "4.16.3", + "version": "4.17.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 130403d..c5736dd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ioredis", - "version": "4.16.3", + "version": "4.17.0", "description": "A robust, performance-focused and full-featured Redis client for Node.js.", "main": "built/index.js", "files": [