diff --git a/bgmax.cabal b/bgmax.cabal
--- a/bgmax.cabal
+++ b/bgmax.cabal
@@ -1,5 +1,5 @@
 name:                bgmax
-version:             0.2.0.1
+version:             0.2.0.2
 synopsis:            Parse BgMax-files
 homepage:            http://github.com/jonpetterbergman/bgmax
 bug-reports:         http://github.com/jonpetterbergman/bgmax/issues
@@ -26,15 +26,15 @@
 source-repository this
   type:     git
   location: http://github.com/jonpetterbergman/bgmax
-  tag:      v0.2.0.1
+  tag:      v0.2.0.2
 
 library
   exposed-modules:     BankGiro.BgMax
   -- other-modules:       
   other-extensions:    OverloadedStrings
   build-depends:       
-                       base >= 4.9 && < 4.10,
-                       time >= 1.6 && < 1.7,
+                       base >= 4.9 && < 4.11,
+                       time >= 1.6 && < 1.9,
                        bytestring >= 0.10.8.1 && < 0.11,
                        attoparsec >= 0.13.1.0 && < 0.14
   hs-source-dirs:      src
diff --git a/changelog.md b/changelog.md
--- a/changelog.md
+++ b/changelog.md
@@ -1,9 +1,10 @@
-% Version 0.2.0.1
-  - Clean up exports
-# Version 0.2.0.0
-  - Complete rewrite, more complete higher level parser
-	
 # Version 0.1.0.1
   - Cleaned up build-depends.
   - Moved to github.
   - Added changelog.	
+# Version 0.2.0.0
+  - Complete rewrite, more complete higher level parser
+# Version 0.2.0.1
+  - Clean up exports
+# Version 0.2.0.2
+  - Bump base and time dependencies	
