v6.6.9
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5d3dd37..d966f4b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,6 @@
+# 6.6.9
+* Fix transparent background rendering with MULTIPLY Blend mode on Android 34+ ([#2661](https://github.com/airbnb/lottie-android/pull/2661))
+
# 6.6.8
* In DefaultLottieFetchResult, catch NPE from getErrorFromConnection() ([#2643](https://github.com/airbnb/lottie-android/pull/2643))
* Enable path interpolator cache by default ([#2646](https://github.com/airbnb/lottie-android/pull/2646))
diff --git a/gradle.properties b/gradle.properties
index 86d90c2..b537d82 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -1,4 +1,4 @@
-VERSION_NAME=6.6.9-SNAPSHOT
+VERSION_NAME=6.6.9
GROUP=com.airbnb.android
POM_DESCRIPTION=Lottie is an animation library that renders Adobe After Effects animations natively in realtime.