diff --git a/bimaps.cabal b/bimaps.cabal
--- a/bimaps.cabal
+++ b/bimaps.cabal
@@ -1,5 +1,5 @@
 Name:           bimaps
-Version:        0.1.0.1
+Version:        0.1.0.2
 License:        BSD3
 License-file:   LICENSE
 Author:         Christian Hoener zu Siederdissen
@@ -34,19 +34,19 @@
     Data.Bijection.Vector.Storable
 
   build-depends: base                     >= 4.7      &&  < 5.0
-               , aeson                    >= 0.8      &&  < 1.1
-               , binary                   >= 0.7      &&  < 0.9
-               , cereal                   >= 0.4      &&  < 0.6
-               , cereal-vector            >= 0.2      &&  < 0.3
-               , containers               >= 0.5      &&  < 0.6
-               , deepseq                  >= 1.3      &&  < 1.5
-               , hashable                 >= 1.2      &&  < 1.3
-               , primitive                >= 0.5      &&  < 0.7
-               , storable-tuple           >= 0.0.3    &&  < 0.0.4
-               , unordered-containers     >= 0.2.5    &&  < 0.3.0
-               , vector                   >= 0.10     &&  < 0.12
-               , vector-binary-instances  >= 0.2      &&  < 0.3
-               , vector-th-unbox          >= 0.2      &&  < 0.3
+               , aeson                    >= 0.8
+               , binary                   >= 0.7
+               , cereal                   >= 0.4
+               , cereal-vector            >= 0.2
+               , containers               >= 0.5
+               , deepseq                  >= 1.3
+               , hashable                 >= 1.2
+               , primitive                >= 0.5
+               , storable-tuple           >= 0.0.3
+               , unordered-containers     >= 0.2.5
+               , vector                   >= 0.10
+               , vector-binary-instances  >= 0.2
+               , vector-th-unbox          >= 0.2
   ghc-options:
     -O2
     -funbox-strict-fields
@@ -66,9 +66,9 @@
   build-depends: base
                , bimaps
                , containers
-               , criterion            >= 1.0.2  &&  < 1.2
+               , criterion            >= 1.0.2
                , deepseq
-               , mwc-random           >= 0.13   &&  < 0.14
+               , mwc-random           >= 0.13
                , unordered-containers
                , vector
   hs-source-dirs:
@@ -108,7 +108,7 @@
                     , TypeFamilies
   build-depends: base
                , bimaps
-               , QuickCheck                   >= 2.7  &&  < 2.9
+               , QuickCheck                   >= 2.7
                , tasty                        >= 0.11
                , tasty-quickcheck             >= 0.8
                , tasty-th                     >= 0.1
diff --git a/changelog.md b/changelog.md
--- a/changelog.md
+++ b/changelog.md
@@ -1,4 +1,10 @@
+0.1.0.2
+-------
+
+- removed upper bounds
+
 0.1.0.1
+-------
 
 - aeson-1.0 accepted
 
