diff --git a/CHANGELOG.md b/CHANGELOG.md index e27d4d0..b46694d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 0.18.1 +- added option to use Redis Sentinel cluster thanks to @shotcowboystyle + ## 0.18.0 - it is now possible to add multiple email configurations per user - each configuration can have multiple address aliases diff --git a/package.json b/package.json index c46f773..fa4d747 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bloben-app", - "version": "0.18.0", + "version": "0.18.1", "description": "", "baseUrl": "./", "license": "AGPL",