diff --git a/README.md b/README.md index 539c950ae..946f05951 100644 --- a/README.md +++ b/README.md @@ -27,9 +27,23 @@ Recent Releases ================================ ####Please Note: trunk is current development branch. +####17-Jan-2014 - version 1.0.1 released +Improvement - forceUnlock, isLocked, isHeldByCurrentThread and getHoldCount methods added to RLock +Feature - connection load balancer to use multiple Redis servers +Feature - published in maven central repo + ####11-Jan-2014 - version 1.0.0 released First stable release. +### Maven + +Include the following to your dependency list: + + + org.redisson + redisson + 1.0.1 + Usage examples ================================