diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-[Wai-Routes](https://ajnsit.github.io/wai-routes) [![Hackage](https://img.shields.io/badge/hackage-v0.9.9-brightgreen.svg)](https://hackage.haskell.org/package/wai-routes) [![Hackage-Deps](https://img.shields.io/hackage-deps/v/wai-routes.svg)](http://packdeps.haskellers.com/feed?needle=wai-routes) [![Build Status](https://img.shields.io/travis/ajnsit/wai-routes.svg)](https://travis-ci.org/ajnsit/wai-routes) [![Join the chat at https://gitter.im/ajnsit/wai-routes](https://img.shields.io/badge/gitter-join%20chat%20%E2%86%A3-blue.svg)](https://gitter.im/ajnsit/wai-routes)
+[Wai-Routes](https://ajnsit.github.io/wai-routes) [![Hackage](https://img.shields.io/badge/hackage-v0.9.10-brightgreen.svg)](https://hackage.haskell.org/package/wai-routes) [![Hackage-Deps](https://img.shields.io/hackage-deps/v/wai-routes.svg)](http://packdeps.haskellers.com/feed?needle=wai-routes) [![Build Status](https://img.shields.io/travis/ajnsit/wai-routes.svg)](https://travis-ci.org/ajnsit/wai-routes) [![Join the chat at https://gitter.im/ajnsit/wai-routes](https://img.shields.io/badge/gitter-join%20chat%20%E2%86%A3-blue.svg)](https://gitter.im/ajnsit/wai-routes)
 ====================================
 
 Wai-routes is a micro web framework for Haskell that focuses on typesafe URLs.
@@ -114,6 +114,7 @@
 Changelog
 =========
 
+* 0.9.10: Aeson and hspec version bump.
 * 0.9.9 : GHC 8 compatibility. Change namespace from Network.Wai.Middleware.Routes -> Wai.Routes
 * 0.9.8 : Allow Data.Default-0.1.0. Allow comments in route definitions. Some other minor changes.
 * 0.9.7 : Allow Aeson-0.11. Export Env, RequestData, and show/readRoute to enable "bare" handlers.
diff --git a/wai-routes.cabal b/wai-routes.cabal
--- a/wai-routes.cabal
+++ b/wai-routes.cabal
@@ -1,5 +1,5 @@
 name               : wai-routes
-version            : 0.9.9
+version            : 0.9.10
 cabal-version      : >=1.18
 build-type         : Simple
 license            : MIT
@@ -21,8 +21,8 @@
 
 source-repository this
     type     : git
-    location : http://github.com/ajnsit/wai-routes/tree/v0.9.9
-    tag      : v0.9.9
+    location : http://github.com/ajnsit/wai-routes/tree/v0.9.10
+    tag      : v0.9.10
 
 library
     build-depends      : base               >= 4.7  && < 4.10
@@ -32,7 +32,7 @@
                        , text               >= 1.2  && < 1.3
                        , template-haskell   >= 2.9  && < 2.12
                        , mtl                >= 2.1  && < 2.3
-                       , aeson              >= 0.8  && < 1.1
+                       , aeson              >= 0.8  && < 1.2
                        , containers         >= 0.5  && < 0.6
                        , random             >= 1.1  && < 1.2
                        , path-pieces        >= 0.2  && < 0.3
@@ -78,8 +78,8 @@
 
   build-depends    : base           >= 4.7 && < 4.10
                    , wai            >= 3.0 && < 3.3
-                   , aeson          >= 0.8 && < 1.1
-                   , hspec          >= 2.1 && < 2.4
+                   , aeson          >= 0.8 && < 1.2
+                   , hspec          >= 2.1 && < 2.5
                    , hspec-wai      >= 0.6 && < 0.9
                    , hspec-wai-json >= 0.6 && < 0.9
                    , text           >= 1.2 && < 1.3
