diff --git a/changelog.md b/changelog.md
new file mode 100644
index 0000000000000000000000000000000000000000..87acfc53ed1dca98afb73664ebfb682281d18895
--- /dev/null
+++ b/changelog.md
@@ -0,0 +1,13 @@
+# Changelog for [`haskell2010` package](http://hackage.haskell.org/package/haskell2010)
+
+## 1.1.2.0  *Mar 2014*
+
+  - Bundled with GHC 7.8.1
+
+  - Leaks new `Bits Bool` instance (deviation from H2010)
+
+  - Remove NHC98-specific code
+
+  - Adapt to changes in GHC 7.8's core-libaries
+
+  - Update to Cabal format 1.10
diff --git a/haskell2010.cabal b/haskell2010.cabal
index 35d10a07c0f66b95caf1b438d3a6e0784ae5fc91..4cc816727da5193cb90972e7f13117a82e6aee2b 100644
--- a/haskell2010.cabal
+++ b/haskell2010.cabal
@@ -1,5 +1,5 @@
 name:           haskell2010
-version:        1.1.1.1
+version:        1.1.2.0
 -- GHC 7.6.1 released with 1.1.1.0
 license:        BSD3
 license-file:   LICENSE
@@ -14,6 +14,9 @@ description:
     This package provides exactly the library modules defined by
     the <http://www.haskell.org/onlinereport/haskell2010/ Haskell 2010 standard>.
 
+extra-source-files:
+    changelog.md
+
 source-repository head
     type:     git
     location: http://git.haskell.org/packages/haskell2010.git
@@ -21,7 +24,7 @@ source-repository head
 source-repository this
     type:     git
     location: http://git.haskell.org/packages/haskell2010.git
-    tag:      haskell2010-1.1.1.1-release
+    tag:      haskell2010-1.1.2.0-release
 
 Library
     default-language: Haskell2010