diff --git a/changelog.md b/changelog.md
--- a/changelog.md
+++ b/changelog.md
@@ -11,3 +11,7 @@
   * Drop support for GHC 8.6
   * Add support for GHC 8.8 and 8.10
   * Tighten dependency bounds
+
+1.1.0.1 - 2021 Mar 9
+
+  * Relax dependency bounds
diff --git a/leanpub-concepts.cabal b/leanpub-concepts.cabal
--- a/leanpub-concepts.cabal
+++ b/leanpub-concepts.cabal
@@ -1,7 +1,7 @@
 cabal-version: 2.0
 
 name: leanpub-concepts
-version: 1.1
+version: 1.1.0.1
 
 synopsis: Types for the Leanpub API
 category: Web
@@ -35,5 +35,5 @@
 
     build-depends:
         base ^>= 4.13 || ^>= 4.14
-      , bytestring ^>= 0.11
-      , text ^>= 1.2.3
+      , bytestring ^>= 0.10 || ^>= 0.11
+      , text ^>= 1.2.4
