v3.0.6
diff --git a/CHANGELOG.md b/CHANGELOG.md
index dca7129..b0f0dab 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,11 +1,15 @@
+# 3.0.6
+### Bugs Fixed
+* Fixed another LottieAnimationView visibility bug
+
 # 3.0.5
-### Bugs Fixes
+### Bugs Fixed
 * 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
+### Bugs Fixed
 * Use a copy of [Moshi's](https://github.com/square/moshi) JsonReader implementation to fix [#667](https://github.com/airbnb/lottie-android/issues/667).
 * Fix animations not autoplaying when they became visible on pre-marshmallow devices.
 * Fix PerformanceTracker#removeFrameListener not working.
diff --git a/gradle.properties b/gradle.properties
index af10cab..cb828af 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.5
+VERSION_NAME=3.0.6
 GROUP=com.airbnb.android
 
 POM_DESCRIPTION=Lottie is an animation library that renders Adobe After Effects animations natively in realtime.
@@ -33,4 +33,4 @@
 POM_DEVELOPER_EMAIL=lottie@airbnb.com
 POM_INCEPTION_YEAR=2017
 android.useAndroidX=true
-android.enableJetifier=true
\ No newline at end of file
+android.enableJetifier=true