From 477051ab2d78297a410e2bf0be4d1b4f301417fe Mon Sep 17 00:00:00 2001 From: Dariusz Seweryn Date: Fri, 6 Jul 2018 14:52:10 +0200 Subject: [PATCH] Updated Changelog and Readmes. Release 1.6.0. RxJava1. Probably the last release. --- CHANGELOG.md | 5 ++++- README.md | 4 ++-- gradle.properties | 2 +- mockrxandroidble/README.md | 4 ++-- 4 files changed, 9 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a3e3c51ff..0156781a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ Change Log ========== -Version 1.5.0-SNAPSHOT +Version 1.6.0 +* Added GATT status codes to BleDisconnectedException (https://github.com/Polidea/RxAndroidBle/pull/456) + +Version 1.5.0 * Added possibility to change default operation timeout (https://github.com/Polidea/RxAndroidBle/pull/321) * Fixed Dagger2 compatibility (https://github.com/Polidea/RxAndroidBle/pull/342 https://github.com/Polidea/RxAndroidBle/pull/348) * Fixed DisconnectionRouter leaking subscription to RxBleAdapterStateObservable (https://github.com/Polidea/RxAndroidBle/pull/353) diff --git a/README.md b/README.md index 954ce0a83..7c3efa504 100644 --- a/README.md +++ b/README.md @@ -327,7 +327,7 @@ Complete usage examples are located in `/sample` [GitHub repo](https://github.co ### Gradle ```groovy -compile "com.polidea.rxandroidble:rxandroidble:1.5.0" +compile "com.polidea.rxandroidble:rxandroidble:1.6.0" ``` ### Maven @@ -335,7 +335,7 @@ compile "com.polidea.rxandroidble:rxandroidble:1.5.0" com.polidea.rxandroidble rxandroidble - 1.5.0 + 1.6.0 aar ``` diff --git a/gradle.properties b/gradle.properties index 642e98801..ca413d454 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ GROUP=com.polidea.rxandroidble -VERSION_NAME=1.5.0 +VERSION_NAME=1.6.0 POM_DESCRIPTION=RxJava backed support for Bluetooth Low Energy in Android diff --git a/mockrxandroidble/README.md b/mockrxandroidble/README.md index 8758f069e..5e58ae21a 100644 --- a/mockrxandroidble/README.md +++ b/mockrxandroidble/README.md @@ -40,7 +40,7 @@ Get MockRxAndroidBle via Maven: com.polidea.rxandroidble mockclient - 1.5.0 + 1.6.0 aar ``` @@ -48,7 +48,7 @@ Get MockRxAndroidBle via Maven: or via Gradle ```groovy -compile "com.polidea.rxandroidble:mockclient:1.5.0" +compile "com.polidea.rxandroidble:mockclient:1.6.0" ``` ### License