v3.0.2
diff --git a/CHANGELOG.md b/CHANGELOG.md
index cfdf084..96dfd10 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,9 @@
+# 3.0.2
+### Features and Improvements
+* Zipped animations with images now support WebP.
+* Use frameTimeNanos LottieAnimator.
+* Set wasAnimatingWhenDetached to false at pause().
+
 # 3.0.1
 ### Bugs Fixed
 * Fixed an edge case that would resume an animation when it is not shown.
diff --git a/gradle.properties b/gradle.properties
index 63b211a..2b69687 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.1
+VERSION_NAME=3.0.2
 GROUP=com.airbnb.android
 
 POM_DESCRIPTION=Lottie is an animation library that renders Adobe After Effects animations natively in realtime.