v4.2.0
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 163c5dc..a99c277 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,6 @@
+# 4.2.0
+* Fixed some rounding errors with trim paths ([#1897](https://github.com/airbnb/lottie-android/pull/1897))
+
 # 4.1.0
 * Added support for gaussian blur effects ([#1859](https://github.com/airbnb/lottie-android/pull/1859))
 * Added support for drop shadow effects ([#1860](https://github.com/airbnb/lottie-android/pull/1860))
diff --git a/CHANGELOG_COMPOSE.md b/CHANGELOG_COMPOSE.md
index 35830ea..b1e488c 100644
--- a/CHANGELOG_COMPOSE.md
+++ b/CHANGELOG_COMPOSE.md
@@ -1,5 +1,9 @@
-#### Note: For the time being, we won't provide numbered releases for every new Jetpack Compose
-version. Check out our [snapshot builds](https://github.com/airbnb/lottie/blob/master/android-compose.md#getting-started) instead.
+# 4.2.0
+* [BREAKING CHANGE] LottieAnimation will now default to the composition size rather than `fillMaxSize()` ([#1892](https://github.com/airbnb/lottie-android/pull/1892))
+* Improved the performance of loading and parsing animations ([#1891](https://github.com/airbnb/lottie-android/pull/1891))
+
+# 4.1.0
+* No changes
 
 # 4.0.0
 * Upgrade to Compose 1.0
diff --git a/gradle.properties b/gradle.properties
index 02bfbcc..dd7baed 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -1,4 +1,4 @@
-VERSION_NAME=4.1.1-SNAPSHOT
+VERSION_NAME=4.2.0
 GROUP=com.airbnb.android
 
 POM_DESCRIPTION=Lottie is an animation library that renders Adobe After Effects animations natively in realtime.