From 64cf8ffea7dea07c82f7014e6b76d2a0f59d3693 Mon Sep 17 00:00:00 2001 From: Nathanael Silverman Date: Wed, 27 Jun 2018 18:01:25 -0700 Subject: [PATCH] Prepare for 2.14.0 release (#460) --- CHANGELOG.md | 3 +++ README.md | 4 ++-- gradle.properties | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee914cfc08..5ddf7fc39b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# 2.14.0 (June 27, 2018) +- **New** Experimental support for creating Epoxy models from arbitrary data formats (#450) + # 2.13.0 (June 19, 2018) - **Fix** Reduce memory usage in model groups and differ (#433) - **Fix** Support for wildcards in private epoxy attributes (#451) diff --git a/README.md b/README.md index c7da2ed441..229b40630d 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.13.0' + compile 'com.airbnb.android:epoxy:2.14.0' // Add the annotation processor if you are using Epoxy's annotations (recommended) - annotationProcessor 'com.airbnb.android:epoxy-processor:2.13.0' + annotationProcessor 'com.airbnb.android:epoxy-processor:2.14.0' } ``` diff --git a/gradle.properties b/gradle.properties index e5fd5945d3..e5b4eeb6d9 100755 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -VERSION_NAME=2.13.0 +VERSION_NAME=2.14.0 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