diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,10 @@
 
 ## [HEAD]
 
+## [0.5.0.4] - 2017-05-27
+### Changed
+- Fixed dependencies' bounds.
+
 ## [0.5.0.3] - 2017-05-24
 ### Changed
 - Fixed dependencies' bounds.
@@ -113,7 +117,8 @@
 - Initial version of the package.
 
 
-[HEAD]:    ../../compare/v0.5.0.3...HEAD
+[HEAD]:    ../../compare/v0.5.0.4...HEAD
+[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
 [0.5.0.1]: ../../compare/v0.5.0...v0.5.0.1
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.3
+version:             0.5.0.4
 synopsis:            Authentication via encrypted cookies
 description:         Authentication via encrypted client-side cookies,
                      inspired by client-session library by Michael Snoyman and based on
@@ -227,7 +227,7 @@
 
   build-depends: base           >= 4.7     && < 5.0
                , bytestring
-               , criterion      >= 0.6.2.1 && < 1.2
+               , criterion      >= 0.6.2.1 && < 1.3
                , cryptonite     >= 0.14    && < 0.24
                , servant-auth-cookie
                , servant-server >= 0.5     && < 0.12
