v2.5.2
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c5f1ddf..50ed2f7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,14 @@
+# 2.5.2
+# Features and Improvements
+* Totally new sample app!
+    * Rebuilt from the ground up.
+    * Lottiefiles integration
+    * Render times per layer
+    * Can open zip files with images from lottiefiles, even with qr scanning.
+    * Change speed
+# Bugs Fixed
+* Fixed a regression with ellipse direction
+
 # 2.5.1
 ### Features and Improvements
 * Removed framerate restriction introduced in 2.5.0 that caused Lottie to attempt to render at the After Effects framerate. This caused animations to appear unexpectedly janky in most cases.
diff --git a/LottieSample/build.gradle b/LottieSample/build.gradle
index 3fa402e..91f7ddc 100644
--- a/LottieSample/build.gradle
+++ b/LottieSample/build.gradle
@@ -13,8 +13,8 @@
     applicationId "com.airbnb.lottie"
     minSdkVersion 16
     targetSdkVersion 27
-    versionCode 35
-    versionName "2.5.1"
+    versionCode 36
+    versionName "2.5.2"
     multiDexEnabled true
     testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
     vectorDrawables.useSupportLibrary = true
diff --git a/README.md b/README.md
index d085f2a..182b63c 100644
--- a/README.md
+++ b/README.md
@@ -35,6 +35,6 @@
 
 ```groovy
 dependencies {
-  compile 'com.airbnb.android:lottie:2.5.1'
+  compile 'com.airbnb.android:lottie:2.5.2'
 }
 ```
diff --git a/gradle.properties b/gradle.properties
index b8cbb11..cbab4a3 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -17,7 +17,7 @@
 # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
 # org.gradle.parallel=true
 
-VERSION_NAME=2.5.1
+VERSION_NAME=2.5.2
 GROUP=com.airbnb.android
 
 POM_DESCRIPTION=Lottie is an animation library that renders Adobe After Effects animations natively in realtime.
diff --git a/lottie/build.gradle b/lottie/build.gradle
index 93a74c1..2ca7979 100644
--- a/lottie/build.gradle
+++ b/lottie/build.gradle
@@ -10,7 +10,7 @@
     minSdkVersion 16
     targetSdkVersion 27
     versionCode 100
-    versionName "2.5.1"
+    versionName "2.5.2"
   }
   lintOptions {
     abortOnError true