v3.4.3
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 47a419d..3012b7c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,9 @@
+# 3.4.3
+### 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))
+
 # 3.4.2
 ### Feature and Improvements
 * Disable hardware acceleration by default on Android 7.x ([#1586](https://github.com/airbnb/lottie-android/pull/1586))
diff --git a/gradle.properties b/gradle.properties
index 1692132..12005e4 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.3-SNAPSHOT
+VERSION_NAME=3.4.3
 GROUP=com.airbnb.android
 
 POM_DESCRIPTION=Lottie is an animation library that renders Adobe After Effects animations natively in realtime.