diff --git a/CHANGELOG b/CHANGELOG
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,7 @@
+0.9.0.14:
+
+  Updated the upper bound on the network dependency.
+
 0.9.0.13:
 
   Updated the upper bound on the semigroups dependency (Issue #20).
diff --git a/swish.cabal b/swish.cabal
--- a/swish.cabal
+++ b/swish.cabal
@@ -1,5 +1,5 @@
 Name:               swish
-Version:            0.9.0.13
+Version:            0.9.0.14
 Stability:          experimental
 License:            LGPL
 License-file:       LICENSE 
@@ -44,6 +44,10 @@
   .
   * Complete, ready-to-run, command-line and script-driven programs.
   .
+  Changes in version @0.9.0.14@:
+  .
+  * Updated the upper bound on the network dependency.
+  .
   Changes in version @0.9.0.13@:
   .
   * Updated the upper bound on the semigroups dependency.
@@ -184,7 +188,7 @@
       -- Early versions of hashable 1.2 are problematic
       hashable (>= 1.1 && < 1.2) || (>= 1.2.0.6 && <1.3),
       mtl >= 2 && < 3,
-      network >= 2.2 && < 2.5,
+      network >= 2.2 && < 2.6,
       old-locale == 1.0.*, 
       polyparse >= 1.6 && <= 1.9,
       semigroups >= 0.5 && < 0.14,
