diff --git a/apiary-authenticate.cabal b/apiary-authenticate.cabal
--- a/apiary-authenticate.cabal
+++ b/apiary-authenticate.cabal
@@ -1,5 +1,5 @@
 name:                apiary-authenticate
-version:             0.10.0
+version:             0.11.0
 synopsis:            authenticate support for apiary web framework.
 description:
   example: <https://github.com/philopon/apiary/blob/master/examples/auth.hs>
@@ -21,8 +21,8 @@
                        Web.Apiary.Authenticate.Explicit
   other-modules:       Web.Apiary.Authenticate.Internal
   build-depends:       base                 >=4.6   && <4.8
-                     , apiary               >=0.9   && <0.11
-                     , apiary-clientsession >=0.9   && <0.11
+                     , apiary               >=0.9   && <0.12
+                     , apiary-clientsession >=0.9   && <0.12
                      , authenticate         >=1.3   && <1.4
                      , http-client          >=0.3   && <0.4
                      , http-client-tls      >=0.2   && <0.3
