v6.4.1
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3a93b05..e318a0e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+# 6.4.1
+### Bugs Fixed
+* Scale base64 encoded bitmaps ([#2501](https://github.com/airbnb/lottie-android/pull/2501))
+* Prevent systrace strings from getting created when systrace is off ([#2493](https://github.com/airbnb/lottie-android/pull/2493))
+* Allow missing end values for integer animations ([#2487](https://github.com/airbnb/lottie-android/pull/2487))
+* Add an extra null check in BaseKeyframeAnimation ([#2486](https://github.com/airbnb/lottie-android/pull/2486))
+
 # 6.4.0
 ### New Features
 * Add support for reduced motion marker names ([#2451](https://github.com/airbnb/lottie-android/pull/2451))
diff --git a/CHANGELOG_COMPOSE.md b/CHANGELOG_COMPOSE.md
index c63dce2..e02019d 100644
--- a/CHANGELOG_COMPOSE.md
+++ b/CHANGELOG_COMPOSE.md
@@ -1,3 +1,7 @@
+# 6.4.1
+### New Features
+* Add support for tgs files ([#2501](https://github.com/airbnb/lottie-android/pull/2501))
+
 # 6.4.0
 ### New Features
 * Add safe mode ([#2455](https://github.com/airbnb/lottie-android/pull/2455))
diff --git a/gradle.properties b/gradle.properties
index e19e8ad..df81ce6 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -1,4 +1,4 @@
-VERSION_NAME=6.4.1-SNAPSHOT
+VERSION_NAME=6.4.1
 GROUP=com.airbnb.android
 
 POM_DESCRIPTION=Lottie is an animation library that renders Adobe After Effects animations natively in realtime.