diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+# Version 0.6.1
+
+* Relex constraints to use new version of fb
+
 # Version 0.6.0
 
 * Restrict base version for last three ghc version.
diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -6,8 +6,6 @@
 Nightly](http://stackage.org/package/yesod-fb/badge/nightly)](http://stackage.org/nightly/package/yesod-fb)
 [![Stackage
 LTS](http://stackage.org/package/yesod-fb/badge/lts)](http://stackage.org/lts/package/yesod-fb)
-[![Build Status](https://travis-ci.org/psibi/yesod-fb.svg?branch=master)](https://travis-ci.org/psibi/yesod-fb)
+[![Build Status](https://dev.azure.com/psibi2000/Haskell%20Projects/_apis/build/status/psibi.yesod-fb?branchName=master)](https://dev.azure.com/psibi2000/Haskell%20Projects/_build/latest?definitionId=17&branchName=master)
 
 Glue functions between yesod and the `fb` package.
-
-
diff --git a/yesod-fb.cabal b/yesod-fb.cabal
--- a/yesod-fb.cabal
+++ b/yesod-fb.cabal
@@ -1,5 +1,5 @@
 Name:                yesod-fb
-Version:             0.6.0
+Version:             0.6.1
 Synopsis:            Useful glue functions between the fb library and Yesod.
 Homepage:            https://github.com/psibi/yesod-fb
 License:             BSD3
@@ -26,8 +26,8 @@
   hs-source-dirs: src
 
   Build-depends:   base         >= 4.11 && < 5
-                 , yesod-core   >= 1.6.17.3
-                 , fb           >= 2.1.0
+                 , yesod-core
+                 , fb           >= 2.1.1
                  , http-client-tls
                  , memory
                  , http-conduit >= 2.3.0
