diff --git a/changelog.md b/changelog.md
--- a/changelog.md
+++ b/changelog.md
@@ -1,3 +1,7 @@
+## Version 0.35.1 (June, 2020)
+
+- Dropped support for GHC < 8.4 (see issue #461)
+
 ## Version 0.35 (June, 2020)
 
 _New features_
@@ -17,8 +21,9 @@
   - Optimize date plugin by avoiding calling getTimeZone for each of
     the time the date has to be updated. Instead, it's computed once
     at the start and re-used for each invocation.
-  - Optimize Weather and UVMeter plugin by using global Manager instead of
-    creating for each http request when useManager is explicitly configured as False.
+  - Optimize Weather and UVMeter plugin by using global Manager
+    instead of creating for each http request when useManager is
+    explicitly configured as False.
 
 ## Version 0.33 (February, 2020)
 
diff --git a/xmobar.cabal b/xmobar.cabal
--- a/xmobar.cabal
+++ b/xmobar.cabal
@@ -1,5 +1,5 @@
 name:               xmobar
-version:            0.35
+version:            0.35.1
 homepage:           http://xmobar.org
 synopsis:           A Minimalistic Text Based Status Bar
 description: 	    Xmobar is a minimalistic text based status bar.
@@ -166,7 +166,7 @@
     ghc-options: -funbox-strict-fields -Wall -fno-warn-unused-do-bind
 
     build-depends:
-      base >= 4.9.1.0 && < 4.15,
+      base >= 4.11.0 && < 4.15,
       containers,
       regex-compat,
       process,
