diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+1.0.3
+
+* Builds against newer dependencies
+  * [`vector-0.13`](https://github.com/dhall-lang/dhall-haskell/pull/2427)
+
 1.0.2
 
 * Build against `dhall-1.41`
diff --git a/dhall-csv.cabal b/dhall-csv.cabal
--- a/dhall-csv.cabal
+++ b/dhall-csv.cabal
@@ -1,5 +1,5 @@
 Name: dhall-csv
-Version: 1.0.2
+Version: 1.0.3
 Cabal-Version: >=1.10
 Build-Type: Simple
 License: BSD3
@@ -44,7 +44,7 @@
         prettyprinter        >= 1.7.0     && < 1.8 ,
         text                 >= 0.11.1.0  && < 2.1 ,
         unordered-containers                 < 0.3 ,
-        vector               >= 0.12      && < 0.13
+        vector               >= 0.12      && < 0.14
     Exposed-Modules:
         Dhall.Csv
         Dhall.CsvToDhall
