diff --git a/powerdns.cabal b/powerdns.cabal
--- a/powerdns.cabal
+++ b/powerdns.cabal
@@ -1,6 +1,6 @@
 cabal-version:      >=1.10
 name:               powerdns
-version:            0.1
+version:            0.1.1
 license:            BSD3
 license-file:       LICENSE
 copyright:          (c) 2021 Victor Nawothnig
@@ -49,7 +49,7 @@
     default-language: Haskell2010
     ghc-options:      -Wall -Wcompat
     build-depends:
-        base >=4.12 && <4.14,
+        base >=4.12 && <4.15,
         aeson >=1.5.6 && <1.6,
         bytestring >=0.10.10 && <0.11,
         deepseq >=1.4.4 && <1.5,
