v6.6.4
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8e806e1..a639530 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,7 @@
-# 6.6.4-SNAPSHOT
+# 6.6.4
+* Fix an image NPE ([#2623](https://github.com/airbnb/lottie-android/pull/2623))
+
+# 6.6.3
 * Support system property to set a testing executor ([#2613](https://github.com/airbnb/lottie-android/pull/2613))
 * Fix a radial gradient crash ([#2611](https://github.com/airbnb/lottie-android/pull/2611))
 * Fix a bitmap crash ([#2578](https://github.com/airbnb/lottie-android/pull/2578))
diff --git a/gradle.properties b/gradle.properties
index 87c17bb..f07ab4e 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -1,4 +1,4 @@
-VERSION_NAME=6.6.3
+VERSION_NAME=6.6.4
 GROUP=com.airbnb.android
 
 POM_DESCRIPTION=Lottie is an animation library that renders Adobe After Effects animations natively in realtime.