diff --git a/bimaps.cabal b/bimaps.cabal
--- a/bimaps.cabal
+++ b/bimaps.cabal
@@ -1,5 +1,5 @@
 Name:           bimaps
-Version:        0.1.0.0
+Version:        0.1.0.1
 License:        BSD3
 License-file:   LICENSE
 Author:         Christian Hoener zu Siederdissen
@@ -34,7 +34,7 @@
     Data.Bijection.Vector.Storable
 
   build-depends: base                     >= 4.7      &&  < 5.0
-               , aeson                    >= 0.8      &&  < 0.12
+               , aeson                    >= 0.8      &&  < 1.1
                , binary                   >= 0.7      &&  < 0.9
                , cereal                   >= 0.4      &&  < 0.6
                , cereal-vector            >= 0.2      &&  < 0.3
diff --git a/changelog.md b/changelog.md
--- a/changelog.md
+++ b/changelog.md
@@ -1,3 +1,7 @@
+0.1.0.1
+
+- aeson-1.0 accepted
+
 0.1.0.0
 -------
 
