diff --git a/README.md b/README.md
index 8a1151acd..b5c21f5d9 100644
--- a/README.md
+++ b/README.md
@@ -6,8 +6,8 @@ Based on high-performance async and lock-free Java Redis client and [Netty](http
| Stable
Release Version | Release Date | JDK Version
compatibility | `CompletionStage`
support | `ProjectReactor` version
compatibility |
| ------------- | ------------- | ------------| -----------| -----------|
-| 3.8.2 | 06.10.2018 | 1.8 - 11 | Yes | 3.1.x |
-| 2.13.2 | 06.10.2018 | 1.6 - 11, Android | No | 2.0.8 |
+| 3.9.0 | 31.10.2018 | 1.8 - 11 | Yes | 3.x.x |
+| 2.14.0 | 31.10.2018 | 1.6 - 11, Android | No | 2.0.8 |
Features
@@ -110,23 +110,23 @@ Quick start
org.redisson
redisson
- 3.8.2
+ 3.9.0
org.redisson
redisson
- 2.13.2
+ 2.14.0
#### Gradle
// JDK 1.8+ compatible
- compile 'org.redisson:redisson:3.8.2'
+ compile 'org.redisson:redisson:3.9.0'
// JDK 1.6+ compatible
- compile 'org.redisson:redisson:2.13.2'
+ compile 'org.redisson:redisson:2.14.0'
#### Java
@@ -153,11 +153,11 @@ Please consider __[Redisson PRO](https://redisson.pro)__ version for advanced fe
Downloads
===============================
-[Redisson 3.8.2](https://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=org.redisson&a=redisson&v=3.8.2&e=jar),
-[Redisson node 3.8.2](https://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=org.redisson&a=redisson-all&v=3.8.2&e=jar)
+[Redisson 3.9.0](https://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=org.redisson&a=redisson&v=3.9.0&e=jar),
+[Redisson node 3.9.0](https://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=org.redisson&a=redisson-all&v=3.9.0&e=jar)
-[Redisson 2.13.2](https://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=org.redisson&a=redisson&v=2.13.2&e=jar),
-[Redisson node 2.13.2](https://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=org.redisson&a=redisson-all&v=2.13.2&e=jar)
+[Redisson 2.14.0](https://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=org.redisson&a=redisson&v=2.14.0&e=jar),
+[Redisson node 2.14.0](https://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=org.redisson&a=redisson-all&v=2.14.0&e=jar)
FAQs
===============================
@@ -177,10 +177,3 @@ FAQs
[Q: Can I use different encoder/decoders for different tasks?](https://github.com/redisson/redisson/wiki/16.-FAQ#q-can-i-use-different-encoderdecoders-for-different-tasks)
-### Supported by
-
-YourKit is kindly supporting this open source project with its full-featured Java Profiler.
-YourKit, LLC is the creator of innovative and intelligent tools for profiling
-Java and .NET applications. Take a look at YourKit's leading software products:
-YourKit Java Profiler and
-YourKit .NET Profiler.