diff --git a/CHANGES b/CHANGES
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,7 @@
+1.1.0.4:
+- bump hspec
+- released dom 23 apr 2023, 19:26:50
+
 1.1.0.3:
 - bump hspec
 - add readme w/ contributing instructions
diff --git a/linebreak.cabal b/linebreak.cabal
--- a/linebreak.cabal
+++ b/linebreak.cabal
@@ -1,5 +1,5 @@
 name:                linebreak
-version:             1.1.0.3
+version:             1.1.0.4
 synopsis:            breaks strings to fit width
 description:         Simple functions to break a String to fit a maximum text
                      width, using Knuth-Liang hyphenation algorhitm.
@@ -36,6 +36,6 @@
   build-depends:       base == 4.*,
                        hyphenation >= 0.8 && < 1
                        -- same as above, plus hspec
-                       , hspec >= 2.5 && < 2.11
+                       , hspec >= 2.5 && < 2.12
   type:                exitcode-stdio-1.0
   ghc-options:         -Wall
