diff --git a/CHANGELOG.md b/CHANGELOG.md index 38238762..90f38fed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Change Log +## 3.0.3 +- Changed flowWhenStarted to emit value on flow coroutine context (#678) + ## 3.0.2 - Wrap subscription action with lifecycle whenStarted (#665) - Updated embedded Proguard/r8 rules to work with R8 full mode (#658) diff --git a/RELEASING.md b/RELEASING.md index 9efd9196..d95232d8 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -14,4 +14,9 @@ Releasing 3. The release will automatically generate release notes from the commits since last release. You may want to manually edit the release notes to add more details. 4. The script will also open up the branch for a PR in github 1. You can manually follow up with merging the branch changes when ready, but at this point the release is already public. - \ No newline at end of file + + +Maven Local Installation +======================= + +If testing changes locally, you can install to mavenLocal via `./gradlew publishToMavenLocal` \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index 0eca9c97..81ab32d3 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -VERSION_NAME=3.0.2 +VERSION_NAME=3.0.3 GROUP=com.airbnb.android POM_DESCRIPTION=Mavericks is an Android application framework that makes product development fast and fun. POM_URL=https://github.com/airbnb/mavericks