diff --git a/CHANGES b/CHANGES
new file mode 100644
--- /dev/null
+++ b/CHANGES
@@ -0,0 +1,5 @@
+2009-11-26 - 0.1.2
+* fixed cabal dependencies for stb-image
+
+2009-11-18 - 0.1.1
+* initial release
diff --git a/lambdacube-engine.cabal b/lambdacube-engine.cabal
--- a/lambdacube-engine.cabal
+++ b/lambdacube-engine.cabal
@@ -1,5 +1,5 @@
 name: lambdacube-engine
-version: 0.1.1
+version: 0.1.2
 cabal-version: >= 1.6 && < 2
 build-type: Simple
 license: BSD3
@@ -18,6 +18,7 @@
   provide a modern and feature rich graphical backend for various
   haskell projects (e.g. FRP libraries).
 extra-source-files:
+  CHANGES
   README
   Graphics/LambdaCube/Loader/Makefile
   Graphics/LambdaCube/Loader/CompositorScriptScanner.x
@@ -35,13 +36,13 @@
     OpenGL >= 2.2.3 && < 3,
     bytestring >= 0.9.1.4 && < 1,
     xml >= 1.3 && < 2,
-    stb-image >= 0.1.3 && < 1,
+    stb-image >= 0.1.3 && < 0.2,
     filepath >= 1.1.0.1 && < 2,
     directory >= 1.0.0.2 && < 2,
-    array,
+    array >= 0.2.0.0 && < 1,
     containers >= 0.2 && < 1,
-    fgl,
-    hslogger
+    fgl >= 5.4.2.2 && < 6,
+    hslogger >= 1.0.7 && < 2
   exposed-modules:
     Graphics.LambdaCube
     Graphics.LambdaCube.Compositor
