From 36fa1a6b55bf92e14087f58c4e4618dd4d660c20 Mon Sep 17 00:00:00 2001 From: Yang Chen Date: Tue, 20 Aug 2019 23:06:04 +1000 Subject: [PATCH] Prepare for release 1.1.0. --- CHANGELOG.md | 10 ++++++++++ README.md | 2 +- gradle.properties | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 07da4625..2d01c963 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Change Log +## Version 1.1.0 + +_2019-08-20_ + +* Added a new `RobotAction` for clicking on the action button on the currently displayed snackbar. +* Refactor / simplify `blueprint-testing-robot` internals. +* Update RxJava 3 to RC2 - this is a breaking change as RxJava 3 base package now has `rxjava3`. +* Update AGP, AndroidX, Coroutines, detekt, +* Improved documentation. + ## Version 1.0.1 _2019-08-02_ diff --git a/README.md b/README.md index 10a46fa1..f07e414c 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Dependencies are hosted on [Maven Central][maven-central]. Latest stable version: ```groovy -def blueprint_version = "1.0.1" +def blueprint_version = "1.1.0" ``` If you use **Kotlin Coroutines and Flow**: diff --git a/gradle.properties b/gradle.properties index e54ea90e..6950fc7f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ GROUP=io.github.reactivecircus.blueprint -VERSION_NAME=1.1.0-SNAPSHOT +VERSION_NAME=1.1.0 POM_URL=https://github.com/reactivecircus/blueprint POM_SCM_URL=https://github.com/reactivecircus/blueprint