diff --git a/changelog b/changelog
new file mode 100644
--- /dev/null
+++ b/changelog
@@ -0,0 +1,2 @@
+# 0.1.2
+* Relax dependency on text to allow 1.0
diff --git a/cron.cabal b/cron.cabal
--- a/cron.cabal
+++ b/cron.cabal
@@ -1,5 +1,5 @@
 Name:                cron
-Version:             0.1.2
+Version:             0.2.0
 Description:
   Cron data structure and Attoparsec parser. The idea is to embed it in larger
   systems which want to roll their own scheduled tasks in a format that people
@@ -25,6 +25,7 @@
 Extra-Source-Files:
   README.md
   LICENSE
+  changelog
   test/Spec.hs
   test/System/Cron/ParserSpec.hs
   test/System/CronSpec.hs
@@ -37,7 +38,7 @@
  Ghc-Options:     -Wall
  Hs-source-dirs:  src
  build-depends:   base            >= 4 && < 5,
-                  attoparsec      == 0.10.*,
+                  attoparsec      >= 0.10,
                   text            >= 0.11 && < 2,
                   time            >= 1.4
 
