diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+## 0.3.3.3
+
+- Support for vector-0.11.
+
 ## 0.3.3.2
 
 - Fixed typo.
diff --git a/smoothie.cabal b/smoothie.cabal
--- a/smoothie.cabal
+++ b/smoothie.cabal
@@ -1,5 +1,5 @@
 name:                smoothie
-version:             0.3.3.2
+version:             0.3.3.3
 synopsis:            Smooth curves via several interpolation modes
 description:         This package exports several splines you can use
                      to interpolate points in between. It includes instances for
@@ -37,7 +37,7 @@
 
   build-depends:       base   >= 4.7  && < 5.0
                      , linear >= 1.16 && < 1.20
-                     , vector >= 0.10 && < 0.11
+                     , vector >= 0.10 && < 0.12
                      , aeson  >= 0.9  && < 0.10
 
   hs-source-dirs:      src
