diff --git a/README.md b/README.md
index b51445c88..b8791f15b 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,12 @@ Redis based In-Memory Data Grid for Java. Redisson.
[](https://maven-badges.herokuapp.com/maven-central/org.redisson/redisson/)
Based on high-performance async and lock-free Java Redis client and [Netty](http://netty.io) framework.
-Redis 2.8+ and JDK 1.6+ compatible.
+Redis 2.8+ compatible.
+
+| Stable Release Version | JDK Version compatibility | Release Date |
+| ------------- | ------------- | ------------|
+| 3.0.0 | 1.8+ | 17.10.2016 |
+| 2.5.0 | 1.6+ | 17.10.2016 |
Please read [documentation](https://github.com/mrniko/redisson/wiki) for more details.
Redisson [releases history](https://github.com/mrniko/redisson/blob/master/CHANGELOG.md).
@@ -71,17 +76,28 @@ Quick start
===============================
#### Maven
+
+
+ org.redisson
+ redisson
+ 3.0.0
+
+
org.redisson
redisson
- 2.4.0
+ 2.5.0
+
#### Gradle
+ // JDK 1.8+ compatible
+ compile 'org.redisson:redisson:3.0.0'
+
+ // JDK 1.6+ compatible
+ compile 'org.redisson:redisson:2.5.0'
- compile 'org.redisson:redisson:2.4.0'
-
#### Java
```java
@@ -105,8 +121,11 @@ RExecutorService executor = redisson.getExecutorService("myExecutorService");
Downloads
===============================
-[Redisson 2.4.0](https://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=org.redisson&a=redisson&v=2.4.0&e=jar)
-[Redisson node 2.4.0](https://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=org.redisson&a=redisson-all&v=2.4.0&e=jar)
+[Redisson 3.0.0](https://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=org.redisson&a=redisson&v=3.0.0&e=jar)
+[Redisson node 3.0.0](https://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=org.redisson&a=redisson-all&v=3.0.0&e=jar)
+
+[Redisson 2.5.0](https://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=org.redisson&a=redisson&v=2.5.0&e=jar)
+[Redisson node 2.5.0](https://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=org.redisson&a=redisson-all&v=2.5.0&e=jar)
### Supported by