diff --git a/CHANGES.markdown b/CHANGES.markdown
--- a/CHANGES.markdown
+++ b/CHANGES.markdown
@@ -1,3 +1,9 @@
+1.2.0.5 (13 Jan 2015)
+---------------------
+
+- Allow `vector-space-0.9`
+- Allow `lens-4.7`
+
 1.2.0.4 (04 Dec 2014)
 ---------------------
 
diff --git a/diagrams-core.cabal b/diagrams-core.cabal
--- a/diagrams-core.cabal
+++ b/diagrams-core.cabal
@@ -1,5 +1,5 @@
 Name:                diagrams-core
-Version:             1.2.0.4
+Version:             1.2.0.5
 Synopsis:            Core libraries for diagrams EDSL
 Description:         The core modules underlying diagrams,
                      an embedded domain-specific language
@@ -38,13 +38,13 @@
   Build-depends:       base >= 4.2 && < 4.8,
                        containers >= 0.4.2 && < 0.6,
                        semigroups >= 0.8.4 && < 0.17,
-                       vector-space >= 0.8.4 && < 0.9,
+                       vector-space >= 0.8.4 && < 0.10,
                        vector-space-points >= 0.1 && < 0.3,
                        MemoTrie >= 0.4.7 && < 0.7,
                        newtype >= 0.2 && < 0.3,
                        monoid-extras >= 0.3 && < 0.4,
                        dual-tree >= 0.2 && < 0.3,
-                       lens >= 4.0 && < 4.7
+                       lens >= 4.0 && < 4.8
   hs-source-dirs:      src
 
   Other-extensions:    DeriveDataTypeable
