diff --git a/CHANGELOG.md b/CHANGELOG.md
index c4be704fd..0cf579841 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,7 +4,12 @@ Redisson Releases History
Try __ULTRA-FAST__ [Redisson PRO](https://redisson.pro) edition.
-## Please take part in [Redisson survey](https://www.surveymonkey.com/r/QXQZH5D)
+### 10-Apr-2017 - versions 2.9.2 and 3.4.2 released
+
+Feature - __Dropwizard metrics integration__ More details [here](https://github.com/redisson/redisson/wiki/14.-Integration-with-frameworks#147-dropwizard-metrics)
+Feature - `RLocalCachedMap.preloadCache` method added (thanks to Steve Draper)
+Feature - `RGeo.radiusStoreTo` methods added (thanks to Cory Sherman)
+Fixed - NoClassDefFoundError exception during using `redisson-all` module
### 27-Apr-2017 - versions 2.9.1 and 3.4.1 released
diff --git a/README.md b/README.md
index 4f3b7f8b5..56dde5c7b 100644
--- a/README.md
+++ b/README.md
@@ -7,8 +7,8 @@ Based on high-performance async and lock-free Java Redis client and [Netty](http
| Stable Release Version | JDK Version compatibility | Release Date |
| ------------- | ------------- | ------------|
-| 3.4.1 | 1.8+ | 27.04.2017 |
-| 2.9.1 | 1.6, 1.7, 1.8 and Android | 27.04.2017 |
+| 3.4.2 | 1.8+ | 10.05.2017 |
+| 2.9.2 | 1.6, 1.7, 1.8 and Android | 10.05.2017 |
__NOTE__: Both version lines have same features except `CompletionStage` interface added in 3.x.x
@@ -82,23 +82,23 @@ Quick start
org.redisson
redisson
- 3.4.1
+ 3.4.2
org.redisson
redisson
- 2.9.1
+ 2.9.2
#### Gradle
// JDK 1.8+ compatible
- compile 'org.redisson:redisson:3.4.1'
+ compile 'org.redisson:redisson:3.4.2'
// JDK 1.6+ compatible
- compile 'org.redisson:redisson:2.9.1'
+ compile 'org.redisson:redisson:2.9.2'
#### Java
@@ -123,11 +123,11 @@ RExecutorService executor = redisson.getExecutorService("myExecutorService");
Downloads
===============================
-[Redisson 3.4.1](https://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=org.redisson&a=redisson&v=3.4.1&e=jar),
-[Redisson node 3.4.1](https://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=org.redisson&a=redisson-all&v=3.4.1&e=jar)
+[Redisson 3.4.2](https://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=org.redisson&a=redisson&v=3.4.2&e=jar),
+[Redisson node 3.4.2](https://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=org.redisson&a=redisson-all&v=3.4.2&e=jar)
-[Redisson 2.9.1](https://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=org.redisson&a=redisson&v=2.9.1&e=jar),
-[Redisson node 2.9.1](https://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=org.redisson&a=redisson-all&v=2.9.1&e=jar)
+[Redisson 2.9.2](https://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=org.redisson&a=redisson&v=2.9.2&e=jar),
+[Redisson node 2.9.2](https://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=org.redisson&a=redisson-all&v=2.9.2&e=jar)
### Supported by