diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,10 +1,15 @@
-0.9.4
------
+0.9.4.2
+-------
 
+* relax version bounds (for support of ghc-8.10.1)
+
+0.9.4.1
+-------
+
 * `servant-0.15` support
 
 0.9.3
--------
+-----
 
 * Remove check of responseType in vanilla backend
   ([#13](https://github.com/haskell-servant/servant-js/pull/13), [#14](https://github.com/haskell-servant/servant-js/issues/14))
diff --git a/servant-js.cabal b/servant-js.cabal
--- a/servant-js.cabal
+++ b/servant-js.cabal
@@ -1,5 +1,5 @@
 name:                servant-js
-version:             0.9.4.1
+version:             0.9.4.2
 
 synopsis:            Automatically derive javascript functions to query servant webservices.
 category:            Web, Servant
@@ -50,10 +50,10 @@
                        Servant.JS.Internal
                        Servant.JS.JQuery
                        Servant.JS.Vanilla
-  build-depends:       base            >= 4.9     && <4.14
+  build-depends:       base            >= 4.9     && <4.15
                      , base-compat     >= 0.10.5  && <0.12
                      , charset         >= 0.3.7.1 && <0.4
-                     , lens            >= 4.17    && <4.19
+                     , lens            >= 4.17    && <4.20
                      , servant-foreign >= 0.15    && <0.16
                      , servant         >= 0.15    && <0.18
                      , text            >= 1.2.3.0 && < 1.3
