diff --git a/bimaps.cabal b/bimaps.cabal
--- a/bimaps.cabal
+++ b/bimaps.cabal
@@ -1,5 +1,5 @@
 Name:           bimaps
-Version:        0.0.0.2
+Version:        0.0.0.3
 License:        BSD3
 License-file:   LICENSE
 Author:         Christian Hoener zu Siederdissen
@@ -11,7 +11,7 @@
 Category:       Data
 Build-type:     Simple
 Cabal-version:  >= 1.10
-tested-with:    GHC == 7.8.4, GHC == 7.10.1
+tested-with:    GHC == 7.8.4, GHC == 7.10.2
 Synopsis:       bijections with multiple implementations.
 Description:
                 Bijections between sets of values.
@@ -35,7 +35,7 @@
 
   -- 4.7.0.0 is ghc 7.8.1; 4.8.0.0 is ghc 7.10.1
   build-depends: base                     >= 4.7      && < 4.9
-               , aeson                    >= 0.8      && < 0.10
+               , aeson                    >= 0.8      && < 0.11
                , binary                   >= 0.7      && < 0.8
                , cereal                   >= 0.4      && < 0.5
                , containers               >= 0.5      && < 0.6
@@ -45,7 +45,7 @@
                , QuickCheck               >= 2.7      && < 2.9
                , storable-tuple           >= 0.0.2    && < 0.0.3
                , unordered-containers     >= 0.2.5    && < 0.2.6
-               , vector                   >= 0.10     && < 0.11
+               , vector                   >= 0.10     && < 0.12
                , vector-binary-instances  >= 0.2      && < 0.3
                , vector-th-unbox          >= 0.2      && < 0.3
   ghc-options:
diff --git a/changelog.md b/changelog.md
--- a/changelog.md
+++ b/changelog.md
@@ -1,3 +1,10 @@
+0.0.0.3
+-------
+
+- vector <= 0.11
+- new travis.yml
+- stack support
+
 0.0.0.2
 -------
 
