diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+# Version 1.10.1
+
+* Relex constraints to use new version of fb
+
 # Version 1.10.0
 
 * Relax bounds for latest lts
diff --git a/yesod-auth-fb.cabal b/yesod-auth-fb.cabal
--- a/yesod-auth-fb.cabal
+++ b/yesod-auth-fb.cabal
@@ -1,5 +1,5 @@
 Name:                yesod-auth-fb
-Version:             1.10.0
+Version:             1.10.1
 Synopsis:            Authentication backend for Yesod using Facebook.
 Homepage:            https://github.com/psibi/yesod-auth-fb
 License:             BSD3
@@ -48,8 +48,8 @@
                  , http-conduit >= 1.9
                  , text         >= 0.7
                  , transformers >= 0.1.3
-                 , yesod-fb     >= 0.5.3
-                 , fb           >= 2.1.0
+                 , yesod-fb     >= 0.6.1
+                 , fb           >= 2.1.1
                  , conduit      >= 1.3.0
                  , bytestring   >= 0.9
                  , aeson        >= 0.6
