diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+0.10.2
+-----------------------------------------------------------------------------
+- Update `bytestring-conversion` to version 0.2
+
 0.10
 -----------------------------------------------------------------------------
 - Replace `bytestring-from` with `bytestring-conversion` and update test
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.10.1
+version:             0.10.2
 synopsis:            Declarative routing for WAI.
 license:             OtherLicense
 license-file:        LICENSE
@@ -78,8 +78,8 @@
     build-depends:
         attoparsec            >= 0.10  && < 0.13
       , base                  == 4.*
-      , bytestring            >= 0.9   && < 0.11
-      , bytestring-conversion == 0.1.*
+      , bytestring            >= 0.10  && < 0.11
+      , bytestring-conversion == 0.2.*
       , cookie                == 0.4.*
       , case-insensitive      >= 1.1   && < 1.3
       , http-types            == 0.8.*
