v.3.2.0
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a2af5bc..638fbe2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,9 @@
+# 3.2.0
+### Feature and Improvements
+* Added support for FIT_XY scale type.
+### Bugs Fixed
+* Improved testability while system animations are disabled.
+
 # 3.1.0
 ### Features and Improvements
 * **Breaking Change** Replace JsonReader parsing APIs with InputStream variants to prevent 
diff --git a/gradle.properties b/gradle.properties
index a422f71..4405618 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.1.1-SNAPSHOT
+VERSION_NAME=3.2.0
 GROUP=com.airbnb.android
 
 POM_DESCRIPTION=Lottie is an animation library that renders Adobe After Effects animations natively in realtime.