diff --git a/CHANGELOG.md b/CHANGELOG.md index 2225779..5be1650 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [1.1.0](https://github.com/nest-modules/ioredis/compare/v1.0.1...v1.1.0) (2023-12-20) + ### 1.0.1 (2022-06-19) diff --git a/package.json b/package.json index a6db220..39c4f8f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nestjs-modules/ioredis", - "version": "1.0.1", + "version": "1.1.0", "description": "Nest - a ioredis module (@ioredis)", "author": "Nest Modules TM", "private": false,