diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,9 @@
+# 0.10.1
+Bump `OpenGLRaw` upper bound
+
+# 0.10.0
+Use Cabal 2.0's `build-tool-depends` field
+
 # 0.9.2
 
 * Don't use `hpp` for preprocessing on Windows
diff --git a/GLUtil.cabal b/GLUtil.cabal
--- a/GLUtil.cabal
+++ b/GLUtil.cabal
@@ -1,5 +1,5 @@
 Name:                GLUtil
-Version:             0.10.0
+Version:             0.10.1
 Synopsis:            Miscellaneous OpenGL utilities.
 License:             BSD3
 License-file:        LICENSE
@@ -49,7 +49,7 @@
                        filepath,
                        linear >= 1.1.3,
                        JuicyPixels >= 3,
-                       OpenGLRaw >= 3.0 && < 3.3,
+                       OpenGLRaw >= 3.0 && < 3.4,
                        OpenGL >= 3 && < 3.1,
                        transformers >= 0.3,
                        vector >= 0.7
