diff --git a/changelog.md b/changelog.md
index 1105cba99e750bb1456e462aff00aba4a877a806..000c006a64c2abfa6b385f1a00a3017f355be227 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,6 +1,6 @@
 # Changelog for [`unix` package](http://hackage.haskell.org/package/unix)
 
-## **TBA**
+## 2.7.2.0  *Feb 2016*
 
   * Don't assume non-POSIX `WCOREDUMP(x)` macro exists
 
@@ -15,6 +15,10 @@
 
   * Improve detection of `fdatasync(2)` (GHC #11137)
 
+  * Drop support for Hugs
+
+  * Drop support for Cygwin (and Windows in general)
+
 ## 2.7.1.0  *Dec 2014*
 
   * Bundled with GHC 7.10.1
diff --git a/unix.cabal b/unix.cabal
index cbe3716fe6cdc18f34e337ee453938db41502d87..e7300d6e05acdb46beab99bfc4ed5e39eabe42b4 100644
--- a/unix.cabal
+++ b/unix.cabal
@@ -1,5 +1,5 @@
 name:           unix
-version:        2.7.1.1
+version:        2.7.2.0
 -- NOTE: Don't forget to update ./changelog.md
 license:        BSD3
 license-file:   LICENSE