v3.3.0
diff --git a/CHANGELOG.md b/CHANGELOG.md
index acd2f59..b383f18 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,15 @@
-# 3.2.1
+# 3.3.0
+### Features and Improvements
+* Added a safeMode API that wraps draw with a try/catch. Can be used for problematic devices
+ [#1449](https://github.com/airbnb/lottie-android/pull/1449).
+* Add support for mask mode none.
+### Bugs Fixed
+* Improve the performance of setProgress, particularly for animations with many non-animated
+ properties.
+ * Fix a bug where animations may not resume on reattach if their state was saved after they were
+  detached.
+
+# 3.2.2
 # Bugs Fixed
 * Fixed two potential NPEs.
 
diff --git a/gradle.properties b/gradle.properties
index 0a4ad9b..85d874a 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.2.3-SNAPSHOT
+VERSION_NAME=3.3.0
 GROUP=com.airbnb.android
 
 POM_DESCRIPTION=Lottie is an animation library that renders Adobe After Effects animations natively in realtime.