diff --git a/CHANGELOG b/CHANGELOG
new file mode 100644
--- /dev/null
+++ b/CHANGELOG
@@ -0,0 +1,3 @@
+0.1.3.0:
+
+    * Update dependencies to Cloud Haskell release.
diff --git a/distributed-process-p2p.cabal b/distributed-process-p2p.cabal
--- a/distributed-process-p2p.cabal
+++ b/distributed-process-p2p.cabal
@@ -1,5 +1,5 @@
 name:                distributed-process-p2p
-version:             0.1.2.2
+version:             0.1.3.0
 synopsis:            Peer-to-peer node discovery for Cloud Haskell
 description:         Bootstraps a peer-to-peer connection network from a set of known hosts.
 homepage:            https://bitbucket.org/dpwiz/distributed-process-p2p/
@@ -11,6 +11,8 @@
 category:            Network
 build-type:          Simple
 cabal-version:       >=1.8
+extra-source-files:
+  CHANGELOG
 
 source-repository head
   type:     mercurial
@@ -22,16 +24,16 @@
   hs-source-dirs:      src
   ghc-options:         -Wall
   build-depends:
-    base ==4.*,
-    mtl ==2.1.*,
+    base       ==4.*,
+    mtl        >=2.1 && < 3,
     bytestring >=0.9 && < 0.11,
     containers >=0.4 && < 0.6,
-    binary >=0.5 && < 0.8,
-    network >=2.3 && <3,
+    binary     >=0.5 && < 0.8,
+    network    >=2.3 && <3,
 
-    distributed-process >=0.4.1 && <0.5,
-    network-transport ==0.3.*,
-    network-transport-tcp ==0.3.*
+    distributed-process   >=0.5 && <0.6,
+    network-transport     ==0.4.*,
+    network-transport-tcp ==0.4.*
 
 executable jollycloud
   hs-source-dirs:      tests/
