diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,10 @@
-## [*Unreleased*](https://github.com/thoughtbot/yesod-auth-oauth2/compare/v0.6.2.1...master)
+## [*Unreleased*](https://github.com/thoughtbot/yesod-auth-oauth2/compare/v0.6.2.2...main)
 
 None
+
+## [v0.6.2.2](https://github.com/thoughtbot/yesod-auth-oauth2/compare/v0.6.2.1...v0.6.2.2)
+
+- Consistent dependencies bounds in all targets
 
 ## [v0.6.2.1](https://github.com/thoughtbot/yesod-auth-oauth2/compare/v0.6.2.0...v0.6.2.1)
 
diff --git a/yesod-auth-oauth2.cabal b/yesod-auth-oauth2.cabal
--- a/yesod-auth-oauth2.cabal
+++ b/yesod-auth-oauth2.cabal
@@ -1,6 +1,6 @@
 cabal-version:      1.12
 name:               yesod-auth-oauth2
-version:            0.6.2.1
+version:            0.6.2.2
 license:            MIT
 license-file:       LICENSE
 maintainer:         Pat Brisbin <pbrisbin@gmail.com>
@@ -77,17 +77,17 @@
     default-language: Haskell2010
     ghc-options:      -Wall -threaded -rtsopts -with-rtsopts=-N
     build-depends:
-        aeson >=1.4.7.1 && <1.5,
+        aeson >=0.6 && <1.6,
         aeson-pretty >=0.8.8 && <0.9,
         base >=4.9.0.0 && <5,
-        bytestring >=0.10.10.1 && <0.11,
+        bytestring >=0.9.1.4 && <0.11,
         containers >=0.6.2.1 && <0.7,
-        http-conduit >=2.3.7.4 && <2.4,
+        http-conduit >=2.0 && <3.0,
         load-env >=0.2.1.0 && <0.3,
-        text >=1.2.4.0 && <1.3,
+        text >=0.7 && <2.0,
         warp >=3.3.13 && <3.4,
         yesod >=1.6.1.0 && <1.7,
-        yesod-auth >=1.6.10.1 && <1.7,
+        yesod-auth >=1.6.0 && <1.7,
         yesod-auth-oauth2 -any
 
     if !flag(example)
