diff --git a/changelog b/changelog
new file mode 100644
--- /dev/null
+++ b/changelog
@@ -0,0 +1,3 @@
+0.2.1 and 0.2.2
+
+  * Only changes in package meta data
diff --git a/patch-combinators.cabal b/patch-combinators.cabal
--- a/patch-combinators.cabal
+++ b/patch-combinators.cabal
@@ -1,5 +1,5 @@
 Name:               patch-combinators
-Version:            0.2.1
+Version:            0.2.2
 Synopsis:           A library for patching functions and data structures
 Description:        A library for patching functions and data structures
 -- Homepage:
@@ -11,16 +11,18 @@
 Category:           Data
 Stability:          experimental
 Build-type:         Simple
-Cabal-version:      >=1.6
+Cabal-version:      >=1.10
 
+Data-files:
+  changelog
+
 Source-repository head
   type:     darcs
   location: http://hub.darcs.net/emax/patch-combinators
 
 Library
-  Exposed-modules:
-    Data.Patch
+  Exposed-modules:  Data.Patch
 
-  Build-depends:
-    base >= 4 && < 5
+  Build-depends:    base >= 4 && < 6
+  Default-language: Haskell2010
 
