From 69c271a95774b1a8dde870dabdf44f9feb0bb194 Mon Sep 17 00:00:00 2001 From: Gabriel Peal Date: Thu, 29 Aug 2019 23:17:21 -0400 Subject: [PATCH] v1.1.0 --- CHANGELOG.md | 5 +++++ gradle.properties | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 15d3cc3b2..5d5122923 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,9 @@ # Change log +## Version 1.1.0 +- New `parentFragmentViewModel()` and `targetFragmentViewModel()` ViewModel delegate scopes [#247](https://github.com/airbnb/MvRx/pull/247) +- Disallow functions in state [#250](https://github.com/airbnb/MvRx/pull/250) +- Log execute errors in debug mode [#260](https://github.com/airbnb/MvRx/pull/260) +- Fixed proguard issues with 1.0.2 [#267](https://github.com/airbnb/MvRx/pull/267) ## Version 1.0.2 - Synchronized and improved Kotlin cache warming [#244](https://github.com/airbnb/MvRx/pull/244) diff --git a/gradle.properties b/gradle.properties index ec4534c43..e564c84fa 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -VERSION_NAME=1.0.2 +VERSION_NAME=1.1.0 GROUP=com.airbnb.android POM_DESCRIPTION=MvRx is an Android application framework that makes product development fast and fun.