diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
 ## Changelog for the `threepenny-gui` package
 
+**0.7.0.1** -- Maintenance release
+
+* Bump dependencies to allow `aeson` 1.1
+* Bump dependencies to allow `vector` 0.12
+* Bump dependencies to allow `websockets` 0.10
+
 **0.7.0.0** -- Maintenance and snapshot release
 
 * Reduce communication from browser to server when creating `Element`s.
diff --git a/threepenny-gui.cabal b/threepenny-gui.cabal
--- a/threepenny-gui.cabal
+++ b/threepenny-gui.cabal
@@ -1,5 +1,5 @@
 Name:                threepenny-gui
-Version:             0.7.0.0
+Version:             0.7.0.1
 Synopsis:            GUI framework that uses the web browser as a display.
 Description:
     Threepenny-GUI is a GUI framework that uses the web browser as a display.
@@ -104,7 +104,7 @@
       cpp-options:  -DREBUG
       ghc-options:  -O2
   build-depends:     base                   >= 4.6   && < 4.11
-                    ,aeson                  (>= 0.7 && < 0.10) || == 0.11.* || (>= 1.0 && < 1.1)
+                    ,aeson                  (>= 0.7 && < 0.10) || == 0.11.* || (>= 1.0 && < 1.2)
                     ,async                  >= 2.0   && < 2.2
                     ,bytestring             >= 0.9.2 && < 0.11
                     ,containers             >= 0.4.2 && < 0.6
@@ -120,10 +120,10 @@
                     ,text                   >= 0.11   && < 1.3
                     ,transformers           >= 0.3.0  && < 0.6
                     ,unordered-containers   == 0.2.*
-                    ,websockets             >= 0.8    && < 0.10
+                    ,websockets             >= 0.8    && < 0.11
                     ,websockets-snap        >= 0.8    && < 0.11
                     ,vault                  == 0.3.*
-                    ,vector                 >= 0.10   && < 0.12
+                    ,vector                 >= 0.10   && < 0.13
   if flag(network-uri)
       build-depends: network-uri            >= 2.6    && < 2.7
   else
