diff --git a/ansi-terminal-game.cabal b/ansi-terminal-game.cabal
--- a/ansi-terminal-game.cabal
+++ b/ansi-terminal-game.cabal
@@ -1,5 +1,5 @@
 name:                ansi-terminal-game
-version:             0.7.1.0
+version:             0.7.2.0
 synopsis:            sdl-like functions for terminal applications, based on
                      ansi-terminal
 description:         Library which aims to replicate standard 2d game
@@ -58,7 +58,7 @@
                        random >= 1.1 && < 1.2,
                        split == 0.2.*,
                        terminal-size == 0.3.*,
-                       timers-tick == 0.4.*
+                       timers-tick > 0.4.2 && < 0.5
   hs-source-dirs:      src
   default-language:    Haskell2010
   ghc-options:         -Wall
@@ -103,7 +103,7 @@
                        random >= 1.1 && < 1.2,
                        split == 0.2.*,
                        terminal-size == 0.3.*,
-                       timers-tick == 0.4.*
+                       timers-tick > 0.4.2 && < 0.5
                        -- the above plus hspec
                        , hspec
   type:                exitcode-stdio-1.0
diff --git a/changes.txt b/changes.txt
--- a/changes.txt
+++ b/changes.txt
@@ -1,3 +1,9 @@
+0.7.2.0
+-------
+
+- Fixed 0.7.1.0 unbumped dependency.
+- Released Fri 22 Nov 2019 16:51:25 CET
+
 0.7.1.0
 -------
 
