diff --git a/_data/releases.yml b/_data/releases.yml
index f45ec8aa91..3f22bffc14 100644
--- a/_data/releases.yml
+++ b/_data/releases.yml
@@ -1,3 +1,8 @@
+- title: Apktool v2.2.2 Released
+ text: >
+ [Details](https://connortumbleson.com/2017/01/23/apktool-v2-2-2-released/) / [Download](https://bitbucket.org/iBotPeaches/apktool/downloads/apktool_2.2.2.jar)
+ date: 2017-01-23 00:00:0
+
- title: Apktool v2.2.1 Released
text: >
[Details](https://connortumbleson.com/2016/10/18/apktool-v2-2-1-released/) / [Download](https://bitbucket.org/iBotPeaches/apktool/downloads/apktool_2.2.1.jar)
diff --git a/_layouts/default.html b/_layouts/default.html
index 88c557af16..22305a5833 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -38,8 +38,8 @@
Changes
Contribute
Github
-
- Current Version: 2.2.1
+
+ Current Version: 2.2.2
diff --git a/_layouts/home.html b/_layouts/home.html
index 98b1b71495..47ce1c234a 100644
--- a/_layouts/home.html
+++ b/_layouts/home.html
@@ -6,7 +6,7 @@
A tool for reverse engineering Android apk files
{% highlight terminal %}
$ apktool d test.apk
-I: Using Apktool 2.2.1 on test.apk
+I: Using Apktool 2.2.2 on test.apk
I: Loading resource table...
I: Decoding AndroidManifest.xml with resources...
I: Loading resource table from file: 1.apk
@@ -18,7 +18,7 @@ A tool for reverse engineering Android apk files
I: Copying unknown files...
I: Copying original files...
$ apktool b test
-I: Using Apktool 2.2.1 on test
+I: Using Apktool 2.2.2 on test
I: Checking whether sources has changed...
I: Smaling smali folder into classes.dex...
I: Checking whether resources has changed...
diff --git a/changes/index.md b/changes/index.md
index 6f15c42a83..e020c2078e 100644
--- a/changes/index.md
+++ b/changes/index.md
@@ -4,8 +4,8 @@ title: Apktool - Changelog
description: Apktool - Changelog / Roadmap
---
-## v2.2.2 (in development)
-xxxx.xx.xx
+## v2.2.2
+2017.01.23
* Added Android 7.1 Resources ([Issue 1349](https://github.com/iBotPeaches/Apktool/issues/1349))
* Update `aapt` to `android-7.1.1_r4`.