diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5dec73ac7..1f97e01fe 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,27 @@ Redisson Releases History
Try __[Redisson PRO](https://redisson.pro)__ version.
+### 05-Mar-2018 - versions 2.11.2 and 3.6.2 released
+
+[Redisson PRO](https://redisson.pro) performance improvements for follow `performanceMode` values:
+
+`HIGHER_THROUGHPUT` - up to **25%** performance growth
+`LOWER_LATENCY_AUTO` - up to **100%** performance growth
+`LOWER_LATENCY_MODE_2` - up to **100%** performance growth
+`LOWER_LATENCY_MODE_1` - up to **100%** performance growth
+
+Feature - new values added to `performanceMode` setting
+Feature - `lockAsync` and `unlockAsync` methods added to `RedissonMultiLock`
+Feature - `RMapCache.remainTimeToLive` method added
+Feature - `Config.addressResolverGroupFactory` setting added (thanks @Hai Saadon)
+Improvement - `UpdateMode.AFTER_REQUEST` update mode optimization in tomcat session manager
+Improvement - removed ByteBuf object usage during collection iteration
+Fixed - `Unable to send command` error under heavy load using Redisson PRO
+Fixed - `expire`, `expireAt` and `clearExpire` commands aren't implemented properly for `RBloomFilter`, `RDelayedQueue`, `RFairLock`, `RLocalCachedMap` and `RPermitExpirableSemaphore` object
+Fixed - Redis clients duplication during discovering ip change of hostname
+Fixed - tomcat session renewal in tomcat session manager
+Fixed - `failedAttempts` setting should be applied to Slave nodes only
+
### 15-Feb-2018 - versions 2.11.1 and 3.6.1 released
Feature - `RedissonClusteredSpringLocalCachedCacheManager` added. Please read [documentation](https://github.com/redisson/redisson/wiki/14.-Integration-with-frameworks/#1421-spring-cache-local-cache-and-data-partitioning) for more details
diff --git a/README.md b/README.md
index 182b9b6e9..2b4cceea1 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.6.1 | 15.02.2018 | 1.8, 1.9+ | Yes | 3.1.x |
-| 2.11.1 | 15.02.2018 | 1.6, 1.7, 1.8, 1.9 and Android | No | 2.0.8 |
+| 3.6.2 | 05.03.2018 | 1.8, 1.9+ | Yes | 3.1.x |
+| 2.11.2 | 05.03.2018 | 1.6, 1.7, 1.8, 1.9 and Android | No | 2.0.8 |
Features
@@ -94,23 +94,23 @@ Quick start
org.redisson
redisson
- 3.6.1
+ 3.6.2
org.redisson
redisson
- 2.11.1
+ 2.11.2
#### Gradle
// JDK 1.8+ compatible
- compile 'org.redisson:redisson:3.6.1'
+ compile 'org.redisson:redisson:3.6.2'
// JDK 1.6+ compatible
- compile 'org.redisson:redisson:2.11.1'
+ compile 'org.redisson:redisson:2.11.2'
#### Java
@@ -135,11 +135,11 @@ RExecutorService executor = redisson.getExecutorService("myExecutorService");
Downloads
===============================
-[Redisson 3.6.1](https://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=org.redisson&a=redisson&v=3.6.1&e=jar),
-[Redisson node 3.6.1](https://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=org.redisson&a=redisson-all&v=3.6.1&e=jar)
+[Redisson 3.6.2](https://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=org.redisson&a=redisson&v=3.6.2&e=jar),
+[Redisson node 3.6.2](https://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=org.redisson&a=redisson-all&v=3.6.2&e=jar)
-[Redisson 2.11.1](https://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=org.redisson&a=redisson&v=2.11.1&e=jar),
-[Redisson node 2.11.1](https://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=org.redisson&a=redisson-all&v=2.11.1&e=jar)
+[Redisson 2.11.2](https://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=org.redisson&a=redisson&v=2.11.2&e=jar),
+[Redisson node 2.11.2](https://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=org.redisson&a=redisson-all&v=2.11.2&e=jar)
### Supported by