diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,7 @@
 #Change Log
+##0.6.2.1
+* Supports vector 0.11, aeson 0.9, attoparsec 0.13
+
 ##0.6.2
 * Supports GHC 7.10
 * Supports reworked Chrome capabilities used by newer versions of WebDriver
diff --git a/webdriver.cabal b/webdriver.cabal
--- a/webdriver.cabal
+++ b/webdriver.cabal
@@ -1,5 +1,5 @@
 Name: webdriver
-Version: 0.6.2
+Version: 0.6.2.1
 Cabal-Version: >= 1.8
 License: BSD3
 License-File: LICENSE
@@ -34,12 +34,12 @@
   hs-source-dirs: src
   ghc-options: -Wall
   build-depends:   base == 4.*
-                 , aeson >= 0.6.2.0 && < 0.9
+                 , aeson >= 0.6.2.0 && < 0.10
                  , http-client >= 0.3 && < 0.5
                  , http-types >= 0.8 && < 0.9
                  , text >= 0.11.3 && < 1.3
                  , bytestring >= 0.9 && < 0.11
-                 , attoparsec < 0.13
+                 , attoparsec < 0.14
                  , base64-bytestring >= 1.0 && < 1.1
                  , mtl >= 2.0 && < 2.3
                  , transformers >= 0.2 && < 0.5
@@ -53,7 +53,7 @@
                  , temporary >= 1.0 && < 2.0
                  , time == 1.*
                  , unordered-containers >= 0.1.3 && < 0.4
-                 , vector >= 0.3 && < 0.11
+                 , vector >= 0.3 && < 0.12
                  , exceptions >= 0.4 && < 0.9
                  , scientific >= 0.2 && < 0.4
                  , data-default >= 0.2 && < 1.0
