diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,6 @@
+# log-postgres-0.8.0.2 (2021-10-11)
+* Make compatible with log-base-0.11.0.0.
+
 # log-postgres-0.8.0.1 (2021-07-29)
 * Fix compilation issues caused by ambiguos occurence of `controlT`.
 
diff --git a/log-postgres.cabal b/log-postgres.cabal
--- a/log-postgres.cabal
+++ b/log-postgres.cabal
@@ -1,6 +1,6 @@
 cabal-version:       2.0
 name:                log-postgres
-version:             0.8.0.1
+version:             0.8.0.2
 synopsis:            Structured logging solution (PostgreSQL back end)
 
 description:         PostgreSQL back end for the 'log' library suite.
@@ -28,7 +28,7 @@
 library
   exposed-modules:    Log.Backend.PostgreSQL
   build-depends:      base                  >= 4.9  && < 5
-                    , aeson                 >= 1.0
+                    , aeson                 >= 1.0 && < 1.6
                     , aeson-pretty          >= 0.8
                     , base64-bytestring     >= 1.0
                     , bytestring            >= 0.10
@@ -36,7 +36,7 @@
                     , hpqtypes              >= 1.9.1.2
                     , http-client           >= 0.5
                     , lifted-base           >= 0.2
-                    , log-base              >= 0.10  && < 0.11
+                    , log-base              >= 0.10  && < 0.12
                     , mtl                   >= 2.2
                     , semigroups            >= 0.16
                     , split                 >= 0.2
