diff --git a/changelog.md b/changelog.md
--- a/changelog.md
+++ b/changelog.md
@@ -1,3 +1,7 @@
+# 1.1.0.1
+
++ Bump `vector`.
+
 # 1.1.0.0
 
 + Rename the module to `JSONPointer`.
diff --git a/hjsonpointer.cabal b/hjsonpointer.cabal
--- a/hjsonpointer.cabal
+++ b/hjsonpointer.cabal
@@ -1,5 +1,5 @@
 name:               hjsonpointer
-version:            1.1.0.0
+version:            1.1.0.1
 synopsis:           JSON Pointer library
 homepage:           https://github.com/seagreen/hjsonpointer
 license:            MIT
@@ -30,7 +30,7 @@
     , semigroups           >= 0.18 && < 1.0
       -- ^ for GHCs < 8
     , text                 >= 1.2  && < 1.3
-    , vector               >= 0.10 && < 0.12
+    , vector               >= 0.10 && < 1.0
 
 test-suite unit
   hs-source-dirs:
