diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+# Version [0.1.3.0](https://github.com/sorki/haskell-zre/compare/0.1.2.0...0.1.3.0) (2020-07-14)
+
+* Cabal fixes
+  * Relaxed base bound
+  * `cabal-version: 2.0`
 
 # Version [0.1.2.0](https://github.com/sorki/haskell-zre/compare/0.1.1.0...0.1.2.0) (2020-07-10)
 
diff --git a/zre.cabal b/zre.cabal
--- a/zre.cabal
+++ b/zre.cabal
@@ -1,5 +1,5 @@
 name:                zre
-version:             0.1.2.0
+version:             0.1.3.0
 synopsis:            ZRE protocol implementation
 description:         Peer-to-peer local area networking with reliable group messaging
                      and automatic peer discovery.
@@ -46,7 +46,7 @@
                        , Data.ZMQParse
                        , Data.ZGossip
                        , System.ZMQ4.Endpoint
-  build-depends:       base ^>= 4.14
+  build-depends:       base >= 4 && < 5
                      , async
                      , lifted-async
                      , attoparsec ^>= 0.13
