diff --git a/CHANGES.md b/CHANGES.md
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,5 +1,9 @@
 # Change Log
 
+## 2.0.2
+
+* Upgrade bytestring dependency
+
 ## 2.0.1
 
 * Make version one line in cabal file to make shields work
diff --git a/zenacy-html.cabal b/zenacy-html.cabal
--- a/zenacy-html.cabal
+++ b/zenacy-html.cabal
@@ -1,5 +1,5 @@
 cabal-version: >= 1.10
-version: 2.0.2
+version: 2.0.3
 name:
   zenacy-html
 synopsis:
@@ -23,7 +23,7 @@
 maintainer:
   Michael Williams <mlcfp@icloud.com>
 copyright:
-  Copyright (C) 2015-2020 Michael P Williams
+  Copyright (C) 2015-2021 Michael P Williams
 category:
   Web
 build-type:
@@ -60,7 +60,7 @@
     , Zenacy.HTML.Internal.Zip
   build-depends:
     base              == 4.*,
-    bytestring        >= 0.10.6.0 && < 0.11,
+    bytestring        >= 0.10.6.0 && < 0.12,
     containers        >= 0.5.7.1 && < 0.7,
     data-default      >= 0.7.1.1 && < 0.8,
     dlist             >= 0.8 && < 1.1,
