v3.0.7
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b0f0dab..98b8c3a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,11 @@
+# 3.0.7
+* Fixed renderMode XML attr being ignored.
+* Allow progress to be set in between frames.
+* Fix a NullPointerException on 5.x.x devices for apps that use Proguard.
+
 # 3.0.6
 ### Bugs Fixed
-* Fixed another LottieAnimationView visibility bug
+* Fixed another LottieAnimationView visibility bug.
 
 # 3.0.5
 ### Bugs Fixed
diff --git a/gradle.properties b/gradle.properties
index cb828af..71e33d4 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=3.0.6
+VERSION_NAME=3.0.7
 GROUP=com.airbnb.android
 
 POM_DESCRIPTION=Lottie is an animation library that renders Adobe After Effects animations natively in realtime.