diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+0.12.1
+-----------------------------------------------------------------------------
+- Update `bytestring-conversion` upper bound.
+
 0.12
 -----------------------------------------------------------------------------
 - Update `wai-route` dependency and change `prepare` and `route` to work on
diff --git a/wai-routing.cabal b/wai-routing.cabal
--- a/wai-routing.cabal
+++ b/wai-routing.cabal
@@ -1,5 +1,5 @@
 name:                wai-routing
-version:             0.12
+version:             0.12.1
 synopsis:            Declarative routing for WAI.
 license:             OtherLicense
 license-file:        LICENSE
@@ -79,7 +79,7 @@
         attoparsec            >= 0.10  && < 1.0
       , base                  == 4.*
       , bytestring            >= 0.10  && < 1.0
-      , bytestring-conversion == 0.2.*
+      , bytestring-conversion >= 0.2   && < 1.0
       , cookie                == 0.4.*
       , case-insensitive      >= 1.1   && < 2.0
       , http-types            >= 0.8   && < 1.0
