diff --git a/CHANGELOG.md b/CHANGELOG.md index 97ad96c5b..f3c8e4a06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ Redisson Releases History ================================ ####Please Note: trunk is current development branch. +####13-Jul-2016 - version 2.2.19 released +Feature - `RSetReactive.readIntersection`, `RSetReactive.diff` and `RSetReactive.intersection` added +Fixed - cluster commands handling regression (regression since 2.2.18) + ####13-Jul-2016 - version 2.2.18 released Feature - `RSet.randomAsync` and `RSet.random` commands added (thanks to dcheckoway) Feature - commandTimeout param added to RedisClient diff --git a/README.md b/README.md index 6a5734a53..32baa7227 100644 --- a/README.md +++ b/README.md @@ -83,12 +83,12 @@ Include the following to your dependency list: org.redisson redisson - 2.2.18 + 2.2.19 ### Gradle - compile 'org.redisson:redisson:2.2.18' + compile 'org.redisson:redisson:2.2.19' ### Supported by