diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+0.5.3.0
+=======
+
+* Support `servant-0.13`.
+
 0.5.2.0
 =======
 
diff --git a/servant-auth-token-acid.cabal b/servant-auth-token-acid.cabal
--- a/servant-auth-token-acid.cabal
+++ b/servant-auth-token-acid.cabal
@@ -1,5 +1,5 @@
 name:                servant-auth-token-acid
-version:             0.5.2.0
+version:             0.5.3.0
 synopsis:            Acid-state backend for servant-auth-token server
 description:         Please see README.md
 homepage:            https://github.com/ncrashed/servant-auth-token#readme
@@ -33,7 +33,7 @@
     , safecopy                >= 0.9    && < 0.10
     , servant-auth-token      >= 0.5    && < 0.6
     , servant-auth-token-api  >= 0.5    && < 0.6
-    , servant-server          >= 0.9    && < 0.13
+    , servant-server          >= 0.9    && < 0.14
     , template-haskell        >= 2.11   && < 2.13
     , text                    >= 1.2    && < 1.3
     , time                    >= 1.5    && < 1.9
