v2.5.7
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 06a31fc..d5e770d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+# 2.5.7
+* Reapply min/max frame once composition is loaded (#827).
+* Fixed a bug that would ignore setting minFrame to 0 before the composition was set (#820).
+* Prevented Lottie from drawing a recycled bitmap (#828).
+
 # 2.5.6
 * Added support for targeting Android P
 * Fixed a potential dangling Choreographer callback ([#775](https://githubcom/airbnb/lottie-android/pull/775))
diff --git a/LottieSample/build.gradle b/LottieSample/build.gradle
index 9fb7a21..0097148 100644
--- a/LottieSample/build.gradle
+++ b/LottieSample/build.gradle
@@ -13,8 +13,8 @@
     applicationId "com.airbnb.lottie"
     minSdkVersion 16
     targetSdkVersion 27
-    versionCode 41
-    versionName "2.5.6"
+    versionCode 42
+    versionName "2.5.7"
     multiDexEnabled true
     testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
     vectorDrawables.useSupportLibrary = true
diff --git a/gradle.properties b/gradle.properties
index e94d5cf..98fed1d 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.6
+VERSION_NAME=2.5.7
 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 e509588..97aa748 100644
--- a/lottie/build.gradle
+++ b/lottie/build.gradle
@@ -10,7 +10,7 @@
     minSdkVersion 16
     targetSdkVersion 27
     versionCode 100
-    versionName "2.5.6"
+    versionName "2.5.7"
   }
   lintOptions {
     abortOnError true