diff --git a/bgmax.cabal b/bgmax.cabal
--- a/bgmax.cabal
+++ b/bgmax.cabal
@@ -1,5 +1,5 @@
 name:                bgmax
-version:             0.2.0.3
+version:             0.2.0.4
 synopsis:            Parse BgMax-files
 homepage:            http://github.com/jonpetterbergman/bgmax
 bug-reports:         http://github.com/jonpetterbergman/bgmax/issues
@@ -26,14 +26,14 @@
 source-repository this
   type:     git
   location: http://github.com/jonpetterbergman/bgmax
-  tag:      v0.2.0.3
+  tag:      v0.2.0.4
 
 library
   exposed-modules:     BankGiro.BgMax
   -- other-modules:       
   other-extensions:    OverloadedStrings
   build-depends:       
-                       base >= 4.9 && < 4.12,
+                       base >= 4.9 && < 5,
                        time >= 1.6 && < 1.9,
                        bytestring >= 0.10.8.1 && < 0.11,
                        attoparsec >= 0.13.1.0 && < 0.14
diff --git a/changelog.md b/changelog.md
--- a/changelog.md
+++ b/changelog.md
@@ -10,3 +10,5 @@
   - Bump base and time dependencies	
 # Version 0.2.0.3
   - Bump base	
+# Version 0.2.0.4
+  - Bump base
