v2.2.2
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 53b7da0..a3149d7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+#2.2.2
+### Bugs Fixed
+* Fixed some issues with progress and resume
+* Fixed a StackOverflowErrors when animations are disabled
+
 # 2.2.1
 ### Features and Improvements
 * Text now supports opacity
diff --git a/LottieSample/build.gradle b/LottieSample/build.gradle
index 4f59dd2..70c8a4b 100644
--- a/LottieSample/build.gradle
+++ b/LottieSample/build.gradle
@@ -10,8 +10,8 @@
     applicationId "com.airbnb.lottie"
     minSdkVersion 16
     targetSdkVersion 26
-    versionCode 19
-    versionName "2.2.1"
+    versionCode 20
+    versionName "2.2.2"
     testInstrumentationRunner "com.airbnb.lottie.TestRunner"
     vectorDrawables.useSupportLibrary = true
   }
diff --git a/LottieSample/src/main/res/layout/fragment_animation.xml b/LottieSample/src/main/res/layout/fragment_animation.xml
index 27d9b22..650b40d 100644
--- a/LottieSample/src/main/res/layout/fragment_animation.xml
+++ b/LottieSample/src/main/res/layout/fragment_animation.xml
@@ -299,7 +299,7 @@
             android:layout_height="wrap_content"
             android:layout_gravity="center_horizontal"
             android:layout_marginBottom="8dp"
-            android:text="2.2.0"
+            android:text="2.2.2"
             android:textColor="@android:color/black"
             android:textSize="8sp"/>
 
diff --git a/README.md b/README.md
index cd95cac..3392864 100644
--- a/README.md
+++ b/README.md
@@ -35,6 +35,6 @@
 
 ```groovy
 dependencies {  
-  compile 'com.airbnb.android:lottie:2.2.1'
+  compile 'com.airbnb.android:lottie:2.2.2'
 }
 ```
diff --git a/gradle.properties b/gradle.properties
index c583c21..94f2104 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=2.2.1
+VERSION_NAME=2.2.2
 GROUP=com.airbnb.android
 
 POM_DESCRIPTION=Lottie is an animation library that renders Adobe After Effects animations natively in realtime.