diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,6 @@
+0.2
+---
+
+* Compatibility with `vinyl` version `0.4` series
+
+* Compatibility with `GLFW-b` version `1.0` series
diff --git a/vinyl-gl.cabal b/vinyl-gl.cabal
--- a/vinyl-gl.cabal
+++ b/vinyl-gl.cabal
@@ -1,5 +1,5 @@
 name:          vinyl-gl
-version:       0.2
+version:       0.2.0.1
 synopsis:      Utilities for working with OpenGL's GLSL shading language and vinyl records.
 description:   Using "Data.Vinyl" records (similar in spirit to @HList@)
                to carry GLSL uniform parameters and vertex data enables
@@ -15,6 +15,7 @@
 category:      Graphics
 build-type:    Simple
 cabal-version: >=1.10
+extra-source-files: CHANGELOG.md
 
 source-repository head
   type:     git
