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.10.2-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.10.3-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.
@@ -117,6 +117,7 @@
 Changelog
 =========
 
+* 0.10.3: Bump deps. Include base-4.11, aeson-1.3, hspec-2.5, template-haskell-2.13.
 * 0.10.2: http-types-0.12.1.
 * 0.10.1: Compatibility with template-haskell 2.12.
 * 0.10.0: Allow aeson v1.2. Routing improvements. Remove wai-app-static dependency. Add nix expression.
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.10.2
+version            : 0.10.3
 cabal-version      : >=1.18
 build-type         : Simple
 license            : MIT
@@ -20,17 +20,17 @@
 
 source-repository this
     type     : git
-    location : http://github.com/ajnsit/wai-routes/tree/v0.10.2
-    tag      : v0.10.2
+    location : http://github.com/ajnsit/wai-routes/tree/v0.10.3
+    tag      : v0.10.3
 
 library
-    build-depends      : base               >= 4.7  && < 4.11
+    build-depends      : base               >= 4.7  && < 4.12
                        , wai                >= 3.0  && < 3.3
                        , wai-extra          >= 3.0  && < 3.1
                        , text               >= 1.2  && < 1.3
-                       , template-haskell   >= 2.9  && < 2.13
+                       , template-haskell   >= 2.9  && < 2.14
                        , mtl                >= 2.1  && < 2.3
-                       , aeson              >= 0.8  && < 1.3
+                       , aeson              >= 0.8  && < 1.4
                        , containers         >= 0.5  && < 0.6
                        , random             >= 1.1  && < 1.2
                        , path-pieces        >= 0.2  && < 0.3
@@ -74,10 +74,10 @@
   hs-source-dirs   : test
   GHC-options      : -Wall -threaded -fno-warn-orphans
 
-  build-depends    : base           >= 4.7 && < 4.11
+  build-depends    : base           >= 4.7 && < 4.12
                    , wai            >= 3.0 && < 3.3
-                   , aeson          >= 0.8 && < 1.3
-                   , hspec          >= 2.1 && < 2.5
+                   , aeson          >= 0.8 && < 1.4
+                   , hspec          >= 2.1 && < 2.6
                    , hspec-wai      >= 0.6 && < 0.10
                    , hspec-wai-json >= 0.6 && < 0.10
                    , text           >= 1.2 && < 1.3
