v2.5.4
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 50ed2f7..608fdac 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+# 2.5.4
+# Bugs Fixed
+* You can now call playAnimation() from onAnimationEnd
+* Min/Max frames are clipped to the composition start/end
+* setProgress takes into account start and end frame
+
+
 # 2.5.2
 # Features and Improvements
 * Totally new sample app!
diff --git a/LottieSample/build.gradle b/LottieSample/build.gradle
index d1fe2ce..6fd1a16 100644
--- a/LottieSample/build.gradle
+++ b/LottieSample/build.gradle
@@ -13,8 +13,8 @@
     applicationId "com.airbnb.lottie"
     minSdkVersion 16
     targetSdkVersion 27
-    versionCode 38
-    versionName "2.5.3"
+    versionCode 39
+    versionName "2.5.4"
     multiDexEnabled true
     testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
     vectorDrawables.useSupportLibrary = true
diff --git a/README.md b/README.md
index bd1508a..3bbca85 100644
--- a/README.md
+++ b/README.md
@@ -35,6 +35,6 @@
 
 ```groovy
 dependencies {
-  compile 'com.airbnb.android:lottie:2.5.3'
+  compile 'com.airbnb.android:lottie:2.5.4'
 }
 ```
diff --git a/gradle.properties b/gradle.properties
index 1f4ce71..313501c 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.3
+VERSION_NAME=2.5.4
 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 7d6a27b..8cf036f 100644
--- a/lottie/build.gradle
+++ b/lottie/build.gradle
@@ -10,7 +10,7 @@
     minSdkVersion 16
     targetSdkVersion 27
     versionCode 100
-    versionName "2.5.3"
+    versionName "2.5.4"
   }
   lintOptions {
     abortOnError true