diff --git a/changelog.md b/changelog.md
index c773d3d6144baadfd5be1daa1d9e92a3d8f9279c..cb8003f87a4f347e84d299ca4068f27bb13d39c7 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,7 +1,18 @@
 # Changelog for [`unix` package](http://hackage.haskell.org/package/unix)
 
+## 2.7.2.2  *May 2017*
+
+  * Bundled with GHC 8.2.1
+
+  * Improve Autoconf detection of `telldir`/`seekdir` and define
+    `_POSIX_VDISABLE` if missing for Android (#91,#90)
+
+  * Fix error message of `createSymbolicLink` (#84)
+
 ## 2.7.2.1  *Nov 2016*
 
+  * Bundled with GHC 8.0.2
+
   * Don't use `readdir_r` if its deprecated.
 
   * Add argument documentation for Env modules
diff --git a/unix.cabal b/unix.cabal
index c11be3f1de26ad54342c73772d210df49cb249ac..cf44068c4fdcd1deb2598e9b07e82dacb88da578 100644
--- a/unix.cabal
+++ b/unix.cabal
@@ -1,5 +1,5 @@
 name:           unix
-version:        2.7.2.1
+version:        2.7.2.2
 -- NOTE: Don't forget to update ./changelog.md
 license:        BSD3
 license-file:   LICENSE