diff --git a/Changelog.md b/Changelog.md index 405f8b4..297dcff 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,10 @@ +# [4.23.0](https://github.com/luin/ioredis/compare/v4.22.0...v4.23.0) (2021-02-25) + + +### Features + +* add support for DNS SRV records ([#1283](https://github.com/luin/ioredis/issues/1283)) ([13a8614](https://github.com/luin/ioredis/commit/13a861432c2331ca25038f6b4eb060ba7b865b47)) + # [4.22.0](https://github.com/luin/ioredis/compare/v4.21.0...v4.22.0) (2021-02-06) diff --git a/package-lock.json b/package-lock.json index d51b247..38240f9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ioredis", - "version": "4.22.0", + "version": "4.23.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index bc20c2b..bc75259 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ioredis", - "version": "4.22.0", + "version": "4.23.0", "description": "A robust, performance-focused and full-featured Redis client for Node.js.", "main": "built/index.js", "files": [