diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,10 @@
 ## Changelog for the `threepenny-gui` package
 
+**0.7.0.2** -- Maintenance release
+
+* Bump dependencies to allow `aeson` 1.2
+* Bump dependencies to allow `websockets` 0.11
+
 **0.7.0.1** -- Maintenance release
 
 * Bump dependencies to allow `aeson` 1.1
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.1
+Version:             0.7.0.2
 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.2)
+                    ,aeson                  (>= 0.7 && < 0.10) || == 0.11.* || (>= 1.0 && < 1.3)
                     ,async                  >= 2.0   && < 2.2
                     ,bytestring             >= 0.9.2 && < 0.11
                     ,containers             >= 0.4.2 && < 0.6
@@ -120,7 +120,7 @@
                     ,text                   >= 0.11   && < 1.3
                     ,transformers           >= 0.3.0  && < 0.6
                     ,unordered-containers   == 0.2.*
-                    ,websockets             >= 0.8    && < 0.11
+                    ,websockets             >= 0.8    && < 0.12
                     ,websockets-snap        >= 0.8    && < 0.11
                     ,vault                  == 0.3.*
                     ,vector                 >= 0.10   && < 0.13
