diff --git a/CHANGELOG.md b/CHANGELOG.md
index 455bbd15d..c55704695 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,8 @@
Change Log
==========
+Version 1.9.2
+* Fixed `IllegalArgumentException` in `LocationServicesOkObservableApi23Factory` (https://github.com/Polidea/RxAndroidBle/pull/573)
+
Version 1.9.1
* Fixed `RxBleClient.observeStateChanges()` emissions (https://github.com/Polidea/RxAndroidBle/pull/556)
* Fixed `RxBleDevice.establishConnection(boolean, Timeout)` Javadoc (https://github.com/Polidea/RxAndroidBle/pull/558)
diff --git a/README.md b/README.md
index 454c3b532..96c8b73b9 100644
--- a/README.md
+++ b/README.md
@@ -334,7 +334,7 @@ Complete usage examples are located in `/sample` [GitHub repo](https://github.co
### Gradle
```groovy
-implementation "com.polidea.rxandroidble2:rxandroidble:1.9.1"
+implementation "com.polidea.rxandroidble2:rxandroidble:1.9.2"
```
### Maven
@@ -342,7 +342,7 @@ implementation "com.polidea.rxandroidble2:rxandroidble:1.9.1"
com.polidea.rxandroidble2
rxandroidble
- 1.9.1
+ 1.9.2
aar
```
diff --git a/gradle.properties b/gradle.properties
index a9e6e43e9..6e96bcc9b 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -1,5 +1,5 @@
GROUP=com.polidea.rxandroidble2
-VERSION_NAME=1.9.2-SNAPSHOT
+VERSION_NAME=1.9.2
POM_DESCRIPTION=RxJava backed support for Bluetooth Low Energy in Android
diff --git a/mockrxandroidble/README.md b/mockrxandroidble/README.md
index fd4da53bc..edc6d383b 100644
--- a/mockrxandroidble/README.md
+++ b/mockrxandroidble/README.md
@@ -40,7 +40,7 @@ Get MockRxAndroidBle via Maven:
com.polidea.rxandroidble2
mockclient
- 1.9.1
+ 1.9.2
aar
```
@@ -48,7 +48,7 @@ Get MockRxAndroidBle via Maven:
or via Gradle
```groovy
-implementation "com.polidea.rxandroidble2:mockclient:1.9.1"
+implementation "com.polidea.rxandroidble2:mockclient:1.9.2"
```
### License