diff --git a/CHANGELOG.md b/CHANGELOG.md index b5314eaf67..0113a34699 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# 2.7.1 (October 24, 2017) +Several fixes: + +- https://github.com/airbnb/epoxy/pull/332 +- https://github.com/airbnb/epoxy/pull/329 +- https://github.com/airbnb/epoxy/pull/330 +- https://github.com/airbnb/epoxy/pull/331 + # 2.7.0 (October 17, 2017) * **New** If a `@ModelView` generated model has a custom base class the generated model will now inherit constructors from the base class (https://github.com/airbnb/epoxy/pull/315) diff --git a/README.md b/README.md index 8a974d9748..b55ec33150 100755 --- a/README.md +++ b/README.md @@ -19,9 +19,9 @@ Gradle is the only supported build configuration, so just add the dependency to ```groovy dependencies { - compile 'com.airbnb.android:epoxy:2.7.0' + compile 'com.airbnb.android:epoxy:2.7.1' // Add the annotation processor if you are using Epoxy's annotations (recommended) - annotationProcessor 'com.airbnb.android:epoxy-processor:2.7.0' + annotationProcessor 'com.airbnb.android:epoxy-processor:2.7.1' } ``` diff --git a/gradle.properties b/gradle.properties index 0a72f69b14..84bc2dbd75 100755 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -VERSION_NAME=2.7.0 +VERSION_NAME=2.7.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