Skip to content

Commit

Permalink
Release 2.7.1 (#334)
Browse files Browse the repository at this point in the history
  • Loading branch information
elihart authored Oct 25, 2017
1 parent 2f7bda5 commit 25e74de
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 25e74de

Please sign in to comment.