diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,6 @@
+# log-utils 0.2.2.1
+* Depend on 'log-base' instead of 'log'.
+
 # log-utils 0.2.2
 * upgrade to log-0.5.4
 
diff --git a/log-utils.cabal b/log-utils.cabal
--- a/log-utils.cabal
+++ b/log-utils.cabal
@@ -1,5 +1,5 @@
 name:                 log-utils
-version:              0.2.2
+version:              0.2.2.1
 synopsis:             Utils for working with logs
 description:          Two utilities for working with logs:
                       log-server and log-fetcher.
@@ -7,7 +7,9 @@
 license:              BSD3
 license-file:         LICENSE
 author:               Scrive AB
-maintainer:           Andrzej Rybczak <andrzej@scrive.com>
+maintainer:           Andrzej Rybczak <andrzej@rybczak.net>,
+                      Jonathan Jouty <jonathan@scrive.com>,
+                      Mikhail Glushenkov <mikhail@scrive.com>
 copyright:            Scrive AB
 category:             Data
 build-type:           Simple
@@ -38,7 +40,7 @@
                       , invariant
                       , kontra-config
                       , lifted-base
-                      , log >= 0.5.4
+                      , log-base >= 0.7
                       , monad-control
                       , random
                       , text
@@ -76,7 +78,7 @@
                       , hpqtypes >= 1.5
                       , invariant
                       , lifted-base
-                      , log >= 0.4
+                      , log-base >= 0.7
                       , monad-control
                       , random
                       , text
