diff --git a/CHANGELOG.md b/CHANGELOG.md index f3c3f6a702..770d985bd5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ -# 3.4.0 (April 10, 2019) +# 3.4.1 (April 16, 2019) - **New** Support kotlin default parameters in @ModelView classes (https://github.com/airbnb/epoxy/pull/722) + +# 3.4.0 (April 10, 2019) - **New** Generate OnModelCheckedChangeListener override for props of type `CompoundButton.OnCheckedChangeListener` (https://github.com/airbnb/epoxy/pull/725) - **New** Extract ID generation methods to new public IdUtils class (https://github.com/airbnb/epoxy/pull/724) - **Changed** Reset controller state on failed model build (https://github.com/airbnb/epoxy/pull/720) diff --git a/gradle.properties b/gradle.properties index d4b90d4cc4..5a79673a71 100755 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -VERSION_NAME=3.4.0 +VERSION_NAME=3.4.1 GROUP=com.airbnb.android POM_DESCRIPTION=Epoxy is a system for composing complex screens with a ReyclerView in Android. POM_URL=https://github.com/airbnb/epoxy