Skip to content

Commit

Permalink
Prepare for release 1.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
ychescale9 committed Aug 20, 2019
1 parent 507e5d4 commit 36fa1a6
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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_
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**:
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 36fa1a6

Please sign in to comment.