v3.7.1 and Compose v1.0.0-rc01-1
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8f4f2c0..d61f439 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,9 @@
+# 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))
+* Use the application context in NetworkFetcher to prevent memory leaks ([#1832](https://github.com/airbnb/lottie-android/pull/1832))
+
 # 3.7.0
 ### Features and Improvements
 * Added an API to ignore disabled system animations (setIgnoreDisabledSystemAnimations(boolean)) ([#1747](https://github.com/airbnb/lottie-android/pull/1747))
diff --git a/gradle.properties b/gradle.properties
index 1ab59e8..0988c66 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.1-SNAPSHOT
+VERSION_NAME=3.7.1
 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 311e384..26e4c01 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-rc01-1-SNAPSHOT
+VERSION_NAME=1.0.0-rc01-1