diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -8,11 +8,14 @@
 
 # Changelog
 
-* pre 0.3.0.0
-  - Initial version represented as (Int, Data.Map Int Any)
+* 0.4.0.1
+  - included data-diverse 1.0 in the upper bounds
 
+* 0.4.0.0
+  - Changed type variable ordering of 'itemL' and 'itemL', so it's consistently 'x', 'y', then 'xs'
+
 * 0.3.0.0
   - Changed type variable ordering of 'facetL' and 'facetN', so it's consistently 'x' then 'xs'
 
-* 0.4.0.0
-  - Changed type variable ordering of 'itemL' and 'itemL', so it's consistently 'x', 'y', then 'xs'
+* pre 0.3.0.0
+  - Initial version represented as (Int, Data.Map Int Any)
diff --git a/data-diverse-lens.cabal b/data-diverse-lens.cabal
--- a/data-diverse-lens.cabal
+++ b/data-diverse-lens.cabal
@@ -1,5 +1,5 @@
 name:                data-diverse-lens
-version:             0.4.0.0
+version:             0.4.0.1
 synopsis:            Isos & Lens for Data.Diverse.Many and Prisms for Data.Diverse.Which
 description:         Isos & Lens for Data.Diverse.Many and Prisms for Data.Diverse.Which
                      Refer to [ManySpec.hs](https://github.com/louispan/data-diverse-lens/blob/master/test/Data/Diverse/Lens/ManySpec.hs) and [WhichSpec.hs](https://github.com/louispan/data-diverse-lens/blob/master/test/Data/Diverse/Lens/WhichSpec.hs) for example usages.
@@ -21,7 +21,7 @@
                        Data.Diverse.Lens.Many
                        Data.Diverse.Lens.Which
   build-depends:       base >= 4.7 && < 5
-                     , data-diverse >= 0.10 && < 1
+                     , data-diverse >= 0.10 && < 2
                      , lens >= 4 && < 5
                      , tagged >= 0.8.5 && < 1
   ghc-options:         -Wall
@@ -34,7 +34,7 @@
   other-modules:       Data.Diverse.Lens.ManySpec
                        Data.Diverse.Lens.WhichSpec
   build-depends:       base
-                     , data-diverse >= 0.10 && < 1
+                     , data-diverse >= 0.10 && < 2
                      , data-diverse-lens
                      , hspec >= 2 && < 3
                      , lens >= 4 && < 5
