v3.0.5
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 51f7dba..dca7129 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,9 @@
+# 3.0.5
+### Bugs Fixes
+* Fixed a native crash on Nougat.
+* Improved the performance of animations that have masks and mattes that are partially or fully off screen.
+
+
 # 3.0.4
 ### Bugs Fixes
 * Use a copy of [Moshi's](https://github.com/square/moshi) JsonReader implementation to fix [#667](https://github.com/airbnb/lottie-android/issues/667).
diff --git a/gradle.properties b/gradle.properties
index ef1729a..af10cab 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.4
+VERSION_NAME=3.0.5
 GROUP=com.airbnb.android
 
 POM_DESCRIPTION=Lottie is an animation library that renders Adobe After Effects animations natively in realtime.