diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,10 @@
 # Revision history for minilight
 
+## 0.4.2 -- 2020-01-19
+
+* Other Changes:
+    * Fix sdl2 version to be 2.4.X.X (which matches libsdl2-dev:2.0.5)
+
 ## 0.4 -- 2019-06-01
 
 * Features:
diff --git a/minilight.cabal b/minilight.cabal
--- a/minilight.cabal
+++ b/minilight.cabal
@@ -3,7 +3,7 @@
 --   For further documentation, see http://haskell.org/cabal/users-guide/
 
 name:                minilight
-version:             0.4.1
+version:             0.4.2
 synopsis:            A SDL2-based graphics library, batteries-included.
 description:
   This package provides the wheel for a graphical application or a game.
@@ -75,7 +75,7 @@
     mtl                  >= 2.2.2 && < 2.3,
     lens                 >= 4.17 && < 4.18,
     linear               >= 1.20.8 && < 1.21,
-    sdl2                 >= 2.5.0 && < 2.6,
+    sdl2                 >= 2.4.0 && < 2.5,
     sdl2-gfx             >= 0.2 && < 0.3,
     sdl2-image           >= 2.0.0 && < 2.1,
     sdl2-ttf             >= 2.1.0 && < 2.2,
