v3.7.2 and Compose v1.0.0-rc02-1
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d61f439..841cb04 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,7 @@
 # 3.7.1
+* Support for lottie-compose 1.0.0-rc02-1
+
+# 3.7.1
 ### Bugs Fixed
 * Made TextDelegate.getText public ([#1792](https://github.com/airbnb/lottie-android/pull/1792))
 * Fixed an incorrect time stretch calculation ([#1818](https://github.com/airbnb/lottie-android/pull/1818))
diff --git a/CHANGELOG_COMPOSE.md b/CHANGELOG_COMPOSE.md
index b2c37fc..6bdf4d2 100644
--- a/CHANGELOG_COMPOSE.md
+++ b/CHANGELOG_COMPOSE.md
@@ -1,6 +1,15 @@
 #### 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.
 
+# 1.0.0-rc02-1
+* Upgrade to Compose rc02
+* Add support for ContentScale and Alignment just like the Image composable ([#1844](https://github.com/airbnb/lottie-android/pull/1844))
+* Automatically load fonts if possible and allow setting fonts via dynamic properties ([#1842](https://github.com/airbnb/lottie-android/pull/1842))
+* Add LottieCancellationBehavior support to animateLottieCompositionAsState ([#1846](https://github.com/airbnb/lottie-android/pull/1846))
+* Allow custom cache keys/cache skipping ([#1847](https://github.com/airbnb/lottie-android/pull/1847))
+* Always respect LottieClipSpec ([#1848](https://github.com/airbnb/lottie-android/pull/1848))
+
+
 # 1.0.0-rc01-1
 ## Breaking Changes
 `LottieAnimation` now takes a progress float instead of driving the animation internally.
diff --git a/gradle.properties b/gradle.properties
index ed367d3..d7414fc 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.7.2-SNAPSHOT
+VERSION_NAME=3.7.2
 GROUP=com.airbnb.android
 
 POM_DESCRIPTION=Lottie is an animation library that renders Adobe After Effects animations natively in realtime.
diff --git a/lottie-compose/gradle.properties b/lottie-compose/gradle.properties
index 6f361fe..aa21d78 100644
--- a/lottie-compose/gradle.properties
+++ b/lottie-compose/gradle.properties
@@ -4,4 +4,4 @@
 POM_ARTIFACT_ID=lottie-compose
 POM_PACKAGING=aar
 GROUP=com.airbnb.android
-VERSION_NAME=1.0.0-rc02-1-SNAPSHOT
+VERSION_NAME=1.0.0-rc02-1