From b333ed39fbf7230e62493a9afcbf255951b968d3 Mon Sep 17 00:00:00 2001 From: Jake Wharton Date: Sat, 29 Oct 2016 13:18:18 +0100 Subject: [PATCH] Prepare 2.0 release! --- CHANGES.md | 11 +++++++++++ gradle.properties | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 2db5d89c..6f0c030e 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,6 +2,17 @@ Version 1.x can be found at https://github.com/ReactiveX/RxAndroid/blob/1.x/CHANGES.md +### Version 2.0.0 - October 29, 2016 ### + +General availability of RxAndroid 2.0 for use with RxJava 2.0! + +The sections below contain the changes since 2.0.0-RC1. + +**API Enhancements** + + * [Pull 338](https://github.com/ReactiveX/RxAndroid/pull/338) - Evaluate `Schedulers` initialization via `Callable` + + ### Version 2.0.0-RC1 - August 25, 2016 ### RxAndroid 2.0 has been rewritten from scratch to support RxJava 2.0. diff --git a/gradle.properties b/gradle.properties index 5b650098..df6bdeb3 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ GROUP=io.reactivex.rxjava2 -VERSION_NAME=2.0.0-RC2 +VERSION_NAME=2.0.0 POM_NAME=RxAndroid POM_PACKAGING=aar POM_DESCRIPTION=RxAndroid