diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,8 @@
-## [_Unreleased_](https://github.com/freckle/nonempty-zipper/compare/v1.0.1.0...main)
+## [_Unreleased_](https://github.com/freckle/nonempty-zipper/compare/v1.0.1.1...main)
+
+## [v1.0.1.1](https://github.com/freckle/nonempty-zipper/compare/v1.0.1.0...v1.0.1.1)
+
+- Relax dependency bounds
 
 ## [v1.0.1.0](https://github.com/freckle/nonempty-zipper/compare/v1.0.0.4...v1.0.1.0)
 
diff --git a/nonempty-zipper.cabal b/nonempty-zipper.cabal
--- a/nonempty-zipper.cabal
+++ b/nonempty-zipper.cabal
@@ -1,6 +1,6 @@
 cabal-version:      1.12
 name:               nonempty-zipper
-version:            1.0.1.0
+version:            1.0.1.1
 license:            MIT
 license-file:       LICENSE
 copyright:          2021 Renaissance Learning Inc
@@ -27,10 +27,10 @@
     default-language: Haskell2010
     ghc-options:      -Wall
     build-depends:
-        base >=4.19.2.0 && <5,
-        comonad >=5.0.9,
-        deepseq >=1.5.1.0,
-        safe >=0.3.21
+        base >=4.11.1.0 && <5,
+        comonad >=5.0.4,
+        deepseq >=1.4.3.0,
+        safe >=0.3.17
 
 test-suite doctest
     type:             exitcode-stdio-1.0
@@ -40,9 +40,9 @@
     default-language: Haskell2010
     ghc-options:      -Wall
     build-depends:
-        Glob >=0.10.2,
-        base >=4.19.2.0 && <5,
-        comonad >=5.0.9,
-        deepseq >=1.5.1.0,
+        Glob >=0.9.3,
+        base >=4.11.1.0 && <5,
+        comonad >=5.0.4,
+        deepseq >=1.4.3.0,
         doctest >0.16,
-        safe >=0.3.21
+        safe >=0.3.17
