diff --git a/CONTRIBUTORS b/CONTRIBUTORS
--- a/CONTRIBUTORS
+++ b/CONTRIBUTORS
@@ -1,4 +1,5 @@
-Ivar Nymoen <ivar.nymoen@gmail.com>
-João Cristóvão <jmacristovao@gmail.com>
-Jakub Stasiak <jakub@stasiak.at>
-Will Martino <wjmartino@gmail.com>
+Ivar Nymoen <ivar dot nymoen at gmail dot com>
+João Cristóvão <jmacristovao at gmail dot com>
+Jakub Stasiak <jakub at stasiak dot at>
+Will Martino <wjmartino at gmail dot com>
+Ben Gamari
diff --git a/changelog b/changelog
--- a/changelog
+++ b/changelog
@@ -1,3 +1,5 @@
+0.2.4
+  * Bumped upper bound on binary
 0.2.3
   * Switched to safe ffi calls to play better with the runtime
   * Tests fixed for ghc 7.10
diff --git a/nanomsg-haskell.cabal b/nanomsg-haskell.cabal
--- a/nanomsg-haskell.cabal
+++ b/nanomsg-haskell.cabal
@@ -1,5 +1,5 @@
 name:                nanomsg-haskell
-version:             0.2.3
+version:             0.2.4
 synopsis:
   Bindings to the nanomsg library
 description:
@@ -16,8 +16,8 @@
 license:             MIT
 license-file:        LICENSE
 author:              Ivar Nymoen
-maintainer:          <ivar.nymoen@gmail.com>
-copyright:           Copyright (c) 2013 Ivar Nymoen
+maintainer:          ivar dot nymoen at gmail dot com
+copyright:           Copyright (c) 2013 the nanomsg-haskell authors
 category:            Network
 build-type:          Simple
 cabal-version:       >=1.10
@@ -43,7 +43,7 @@
   build-depends:
     base >= 4.5 && < 5,
     bytestring >= 0.9.0 && < 0.11,
-    binary >= 0.7 && < 0.8   
+    binary >= 0.7 && < 0.9
 
 test-suite tests
   type:              exitcode-stdio-1.0
