diff --git a/CHANGES.md b/CHANGES.md
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,3 +1,8 @@
+1.8.8
+=====
+
+* Increase upper bound for `ansi-terminal` to `< 0.9`.
+
 1.8.7
 =====
 
diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -27,7 +27,7 @@
 2. Logging initialization from `.yaml` configuration file.
 
    Whole logging configuration can be specifed in a single `.yaml` file.
-   See some [simple example here](https://github.com/input-output-hk/cardano-sl/blob/develop/log-config-prod.yaml)
+   See [example here](https://github.com/serokell/log-warper/blob/c1df47e70c48bae62ff81a11fea0b45d50c172e7/logger-config-example.yaml).
 
 3. Monadic logging interface.
 
diff --git a/log-warper.cabal b/log-warper.cabal
--- a/log-warper.cabal
+++ b/log-warper.cabal
@@ -1,5 +1,5 @@
 name:                log-warper
-version:             1.8.7
+version:             1.8.8
 synopsis:            Flexible, configurable, monadic and pretty logging
 homepage:            https://github.com/serokell/log-warper
 license:             MIT
@@ -47,7 +47,7 @@
 
   build-depends:       base                 >= 4.9 && < 5
                      , aeson                ^>= 1.2
-                     , ansi-terminal        ^>= 0.7
+                     , ansi-terminal        >= 0.7 && < 0.9
                      , containers           ^>= 0.5.7.1
                      , deepseq              ^>= 1.4
                      , directory            ^>= 1.3
