diff --git a/CHANGES.md b/CHANGES.md
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,3 +1,9 @@
+## 0.4.0.5 (2014-11-30)
+
+ * Support network-2.6.
+
+ * Fix broken example code.
+
 ## 0.4.0.4 (2014-10-20)
 
  * Fix bug where `forkServerWith` would register GC metrics, despite
diff --git a/ekg.cabal b/ekg.cabal
--- a/ekg.cabal
+++ b/ekg.cabal
@@ -1,5 +1,5 @@
 name:                ekg
-version:             0.4.0.4
+version:             0.4.0.5
 synopsis:            Remote monitoring of processes
 description:
   This library lets you remotely monitor a running process over HTTP.
@@ -42,7 +42,7 @@
     bytestring < 1.0,
     ekg-core >= 0.1 && < 0.2,
     filepath < 1.4,
-    network < 2.6,
+    network < 2.7,
     snap-core < 0.10,
     snap-server < 0.10,
     text < 1.3,
