diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,10 @@
 
 ## [HEAD]
 
+## [0.5.0.5] - 2017-07-13
+### Changed
+- Fixed dependencies' bounds.
+
 ## [0.5.0.4] - 2017-05-27
 ### Changed
 - Fixed dependencies' bounds.
@@ -117,7 +121,8 @@
 - Initial version of the package.
 
 
-[HEAD]:    ../../compare/v0.5.0.4...HEAD
+[HEAD]:    ../../compare/v0.5.0.5...HEAD
+[0.5.0.5]: ../../compare/v0.5.0.4...v0.5.0.5
 [0.5.0.4]: ../../compare/v0.5.0.3...v0.5.0.4
 [0.5.0.3]: ../../compare/v0.5.0.2...v0.5.0.3
 [0.5.0.2]: ../../compare/v0.5.0.1...v0.5.0.2
diff --git a/servant-auth-cookie.cabal b/servant-auth-cookie.cabal
--- a/servant-auth-cookie.cabal
+++ b/servant-auth-cookie.cabal
@@ -1,5 +1,5 @@
 name:                servant-auth-cookie
-version:             0.5.0.4
+version:             0.5.0.5
 synopsis:            Authentication via encrypted cookies
 description:         Authentication via encrypted client-side cookies,
                      inspired by client-session library by Michael Snoyman and based on
@@ -51,7 +51,7 @@
                , bytestring
                , cereal         >= 0.5   && < 0.6
                , cookie         >= 0.4.1 && < 0.5
-               , cryptonite     >= 0.14  && < 0.24
+               , cryptonite     >= 0.14  && < 0.25
                , data-default
                , exceptions     >= 0.8   && < 0.9
                , http-types     >= 0.9   && < 0.10
@@ -98,7 +98,7 @@
                , QuickCheck     >= 2.4  && < 3.0
                , bytestring
                , cereal         >= 0.5  && < 0.6
-               , cryptonite     >= 0.14 && < 0.24
+               , cryptonite     >= 0.14 && < 0.25
                , data-default
                , deepseq        >= 1.3  && < 1.5
                , hspec          >= 2.0  && < 3.0
@@ -123,7 +123,7 @@
                  , blaze-markup   >= 0.7  && < 0.9
                  , bytestring
                  , cereal         >= 0.5  && < 0.6
-                 , cryptonite     >= 0.14 && < 0.24
+                 , cryptonite     >= 0.14 && < 0.25
                  , data-default
                  , directory
                  , exceptions
@@ -176,7 +176,7 @@
                  , bytestring
                  , cereal         >= 0.5  && < 0.6
                  , exceptions
-                 , cryptonite     >= 0.14 && < 0.24
+                 , cryptonite     >= 0.14 && < 0.25
                  , data-default
                  , deepseq        >= 1.3  && < 1.5
                  , directory
@@ -228,7 +228,7 @@
   build-depends: base           >= 4.7     && < 5.0
                , bytestring
                , criterion      >= 0.6.2.1 && < 1.3
-               , cryptonite     >= 0.14    && < 0.24
+               , cryptonite     >= 0.14    && < 0.25
                , servant-auth-cookie
                , servant-server >= 0.5     && < 0.12
   if flag(dev)
