diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,12 @@
 `co-log-polysemy` uses [PVP Versioning][1].
 The changelog is available [on GitHub][2].
 
+## 0.0.1.1 — Feb 17, 2020
+
+* [#181](https://github.com/kowainik/co-log/issues/181):
+  Bump up `polysemy` to `1.3.0.0`.
+  (by [@chshersh](https://github.com/chshersh))
+
 ## 0.0.1.0 — Jan 19, 2020
 
 * [#121](https://github.com/kowainik/co-log/issues/121):
diff --git a/co-log-polysemy.cabal b/co-log-polysemy.cabal
--- a/co-log-polysemy.cabal
+++ b/co-log-polysemy.cabal
@@ -1,6 +1,6 @@
 cabal-version:       2.4
 name:                co-log-polysemy
-version:             0.0.1.0
+version:             0.0.1.1
 synopsis:            Composable Contravariant Comonadic Logging Library
 description:
     Implementation of the [co-log](http://hackage.haskell.org/package/co-log-core)
@@ -87,7 +87,7 @@
                            Colog.Polysemy.Effect
 
   build-depends:       co-log-core ^>= 0.2.0.0
-                     , polysemy ^>= 1.2.0.0
+                     , polysemy >= 1.2.0.0 && < 1.4
 
 executable play-colog-poly
   import:              common-options
