diff --git a/CHANGELOG.md b/CHANGELOG.md index 6436b067..14215ccb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ For a full list of changes, see the [GitHub releases](https://github.com/airbnb/mavericks/releases) +## 3.0.9 +- Fix crash in state restoration with multiple of 32 fields (#707) + ## 3.0.3 - Changed flowWhenStarted to emit value on flow coroutine context (#678) diff --git a/gradle.properties b/gradle.properties index 1f296e02..6eaaf2b5 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -VERSION_NAME=3.0.8 +VERSION_NAME=3.0.9 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