v3.4.2
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 08aa26e..b371ae7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,18 @@
+# 3.4.2
+### Feature and Improvements
+* Disable hardware acceleration by default on Android 7.x ([#1586](https://github
+.com/airbnb/lottie-android/pull/1586))
+* Enable Lottie animations to preview in Android Studio (they may not be accurate, though)
+([#1572](https://github.com/airbnb/lottie-android/pull/1572))
+* More leniently parse opacity and colors to render Telegram stickers better ([#1612]
+(https://github.com/airbnb/lottie-android/pull/1612) and ([#1613](https://github
+.com/airbnb/lottie-android/pull/1612))
+* Use the correct cacheKey when LottieAnimationView loads an rawRes animation ([#1617]
+(https://github.com/airbnb/lottie-android/pull/1617))
+* Prevent animations from blinking if they are rendered on multiple threads ([#1575]
+(https://github.com/airbnb/lottie-android/pull/1575))
+
+
 # 3.4.1
 ### Feature and Improvements
 * Added a KeyPath.COMPOSITION constant to set dynamic properties on the animation's root composition layer ([#1559](https://github.com/airbnb/lottie-android/pull/1559)).
diff --git a/gradle.properties b/gradle.properties
index cd3c7ee..cc3396a 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.2-SNAPSHOT
+VERSION_NAME=3.4.2
 GROUP=com.airbnb.android
 
 POM_DESCRIPTION=Lottie is an animation library that renders Adobe After Effects animations natively in realtime.