diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,3 +1,9 @@
+2.5.2.0
+=======
+
+* Support `linear-1.21`
+
+
 2.5.0.0
 =======
 
diff --git a/sdl2.cabal b/sdl2.cabal
--- a/sdl2.cabal
+++ b/sdl2.cabal
@@ -1,5 +1,5 @@
 name:                sdl2
-version:             2.5.0.0
+version:             2.5.1.0
 synopsis:            Both high- and low-level bindings to the SDL library (version 2.0.6+).
 description:
   This package contains bindings to the SDL 2 library, in both high- and
@@ -136,7 +136,7 @@
     cpp-options: -Dnolinear
   else
     build-depends:
-      linear >= 1.10.1.2 && < 1.21
+      linear >= 1.10.1.2 && < 1.22
 
   default-language:
     Haskell2010
