diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
 # Revision history for sensu-run
 
+## 0.6.0.1 -- 2018-09-11
+
+* Relax upper version bound for network
+
 ## 0.6.0 -- 2018-07-09
 
 * Lock a file to prevent multiple instances of the same name from running
diff --git a/sensu-run.cabal b/sensu-run.cabal
--- a/sensu-run.cabal
+++ b/sensu-run.cabal
@@ -1,5 +1,5 @@
 name: sensu-run
-version: 0.6.0
+version: 0.6.0.1
 synopsis: A tool to send command execution results to Sensu
 description:
   @sensu-run@ is a command line tool to send command execution results to Sensu
@@ -36,7 +36,7 @@
     , http-client-tls < 0.4
     , http-types >= 0.9.1 && < 0.13
     , lens >= 4.15 && < 4.18
-    , network >= 2.2.3 && < 2.8
+    , network >= 2.2.3 && < 2.9
     , optparse-applicative >= 0.12 && < 0.15
     , process >= 1.4 && < 1.7
     , temporary >= 1.1 && < 1.4
