diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,8 @@
-## [_Unreleased_](https://github.com/frontrowed/faktory_worker_haskell/compare/v1.1.3.1...main)
+## [_Unreleased_](https://github.com/frontrowed/faktory_worker_haskell/compare/v1.1.3.2...main)
+
+## [v1.1.3.2](https://github.com/frontrowed/faktory_worker_haskell/compare/v1.1.3.1...v1.1.3.2)
+
+- Release to fix lower bounds
 
 ## [v1.1.3.1](https://github.com/frontrowed/faktory_worker_haskell/compare/v1.1.3.0...v1.1.3.1)
 
diff --git a/faktory.cabal b/faktory.cabal
--- a/faktory.cabal
+++ b/faktory.cabal
@@ -1,6 +1,6 @@
 cabal-version:   1.18
 name:            faktory
-version:         1.1.3.1
+version:         1.1.3.2
 license:         MIT
 license-file:    LICENSE
 copyright:       2018 Freckle Education
@@ -90,29 +90,29 @@
         -Wno-monomorphism-restriction -Wno-missing-import-lists
 
     build-depends:
-        aeson >=2.2.3.0,
+        aeson >=1.4.7.1,
         aeson-casing >=0.2.0.0,
         base >=4 && <5,
-        bytestring >=0.12.1.0,
-        crypton >=1.0.1,
-        crypton-connection >=0.4.3,
-        data-default >=0.7.1.3,
+        bytestring >=0.10.10.1,
+        crypton >=0.33,
+        crypton-connection >=0.3.1,
+        data-default >=0.7.1.1,
         errors >=2.3.0,
-        megaparsec >=9.6.1,
-        memory >=0.18.0,
-        microlens >=0.4.13.1,
-        mtl >=2.3.1,
-        network >=3.2.7.0,
-        random >=1.2.1.3,
-        resource-pool >=0.4.0.0,
-        safe-exceptions >=0.1.7.4,
+        megaparsec >=8.0.0,
+        memory >=0.15.0,
+        microlens >=0.4.11.2,
+        mtl >=2.2.2,
+        network >=3.1.1.1,
+        random >=1.1,
+        resource-pool >=0.2.3.2,
+        safe-exceptions >=0.1.7.1,
         scanner >=0.3.1,
         semigroups >=0.19.1,
-        text >=2.1.1,
-        time >=1.12.2,
-        unix >=2.8.6.0,
-        unliftio >=0.2.25.0,
-        unordered-containers >=0.2.20
+        text >=1.2.4.0,
+        time >=1.9.3,
+        unix >=2.7.2.2,
+        unliftio >=0.2.13.1,
+        unordered-containers >=0.2.10.0
 
     if impl(ghc >=8.10)
         ghc-options:
@@ -145,10 +145,10 @@
         -Wno-monomorphism-restriction -Wno-missing-import-lists
 
     build-depends:
-        aeson >=2.2.3.0,
+        aeson >=1.4.7.1,
         base >=4 && <5,
         faktory,
-        safe-exceptions >=0.1.7.4
+        safe-exceptions >=0.1.7.1
 
     if impl(ghc >=8.10)
         ghc-options:
@@ -181,10 +181,10 @@
         -Wno-monomorphism-restriction -Wno-missing-import-lists
 
     build-depends:
-        aeson >=2.2.3.0,
+        aeson >=1.4.7.1,
         base >=4 && <5,
         faktory,
-        safe-exceptions >=0.1.7.4
+        safe-exceptions >=0.1.7.1
 
     if impl(ghc >=8.10)
         ghc-options:
@@ -227,14 +227,14 @@
         -Wno-monomorphism-restriction -Wno-missing-import-lists -rtsopts
 
     build-depends:
-        aeson >=2.2.3.0,
-        aeson-qq >=0.8.4,
-        async >=2.2.5,
+        aeson >=1.4.7.1,
+        aeson-qq >=0.8.3,
+        async >=2.2.2,
         base >=4 && <5,
         faktory,
-        hspec >=2.11.10,
-        mtl >=2.3.1,
-        time >=1.12.2
+        hspec >=2.7.6,
+        mtl >=2.2.2,
+        time >=1.9.3
 
     if impl(ghc >=8.10)
         ghc-options:
@@ -269,10 +269,10 @@
         markdown-unlit
 
     build-depends:
-        aeson >=2.2.3.0,
+        aeson >=1.4.7.1,
         base >=4 && <5,
         faktory,
-        markdown-unlit >=0.6.0
+        markdown-unlit >=0.5.1
 
     if impl(ghc >=8.10)
         ghc-options:
