v3.4.4
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3012b7c..9522768 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,8 +1,9 @@
-# 3.4.3
+# 3.4.4
 ### Bugs Fixed
 * Properly clamp gradient values ([#1636](https://github.com/airbnb/lottie-android/pull/1636))
 * Fix some scaling issues with text ([#1635](https://github.com/airbnb/lottie-android/pull/1635))
 * Add a warning instead of crashing when parsing an unknown matte type ([#1638](https://github.com/airbnb/lottie-android/pull/1638))
+* Clear cached gradients when setting a new value callback ([#1639](https://github.com/airbnb/lottie-android/pull/1639))
 
 # 3.4.2
 ### Feature and Improvements
diff --git a/gradle.properties b/gradle.properties
index 372adaf..39f0ea7 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.4.4-SNAPSHOT
+VERSION_NAME=3.4.4
 GROUP=com.airbnb.android
 
 POM_DESCRIPTION=Lottie is an animation library that renders Adobe After Effects animations natively in realtime.