From 0efa44442c2bcfe4e37290ef0d743046fa2fc985 Mon Sep 17 00:00:00 2001 From: Jake Wharton Date: Thu, 16 Aug 2018 10:27:27 -0400 Subject: [PATCH] Prepare version 2.1.0 --- CHANGES.md | 12 +++++++++++- README.md | 2 +- gradle.properties | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index ddd16aa8..4a1bf738 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,11 @@ # RxAndroid Releases # -Version 1.x can be found at https://github.com/ReactiveX/RxAndroid/blob/1.x/CHANGES.md +### Version 2.1.0 - August 16, 2018 ### + +**API Enhancements** + + * [Pull 416](https://github.com/ReactiveX/RxAndroid/pull/416) - Add an option to post async messages + ### Version 2.0.2 - January 12, 2018 ### @@ -44,3 +49,8 @@ slightly different names. For more information about RxJava 2.0 see [its RC1 release notes](https://github.com/ReactiveX/RxJava/releases/tag/v2.0.0-RC1) + + +--- + +Version 1.x can be found at https://github.com/ReactiveX/RxAndroid/blob/1.x/CHANGES.md diff --git a/README.md b/README.md index 1f737bf2..f7c31a9e 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Since RxAndroid is part of the RxJava family the communication channels are simi # Binaries ```groovy -implementation 'io.reactivex.rxjava2:rxandroid:2.0.2' +implementation 'io.reactivex.rxjava2:rxandroid:2.1.0' // Because RxAndroid releases are few and far between, it is recommended you also // explicitly depend on RxJava's latest version for bug fixes and new features. // (see https://github.com/ReactiveX/RxJava/releases for latest 2.x.x version) diff --git a/gradle.properties b/gradle.properties index 95940543..647f4400 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ GROUP=io.reactivex.rxjava2 -VERSION_NAME=2.0.3 +VERSION_NAME=2.1.0 POM_NAME=RxAndroid POM_PACKAGING=aar POM_DESCRIPTION=RxAndroid