Skip to content

Commit

Permalink
Prepare version 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeWharton committed Aug 16, 2018
1 parent a78a85e commit 0efa444
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
12 changes: 11 additions & 1 deletion 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 ###

Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down

0 comments on commit 0efa444

Please sign in to comment.