diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+1.0.2
+
+* Build against `dhall-1.41`
+* [Build against `text-2.0`](https://github.com/dhall-lang/dhall-haskell/pull/2356)
 1.0.1
 
 * [Build against `tasty-silver` 3.3](https://github.com/dhall-lang/dhall-haskell/pull/2307)
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.1
+Version: 1.0.2
 Cabal-Version: >=1.10
 Build-Type: Simple
 License: BSD3
@@ -38,11 +38,11 @@
         containers           >= 0.5.9     && < 0.7 ,
         either                                     ,
         exceptions           >= 0.8.3     && < 0.11,
-        dhall                >= 1.39.0    && < 1.41,
+        dhall                >= 1.39.0    && < 1.42,
         filepath                             < 1.5 ,
         optparse-applicative                       ,
         prettyprinter        >= 1.7.0     && < 1.8 ,
-        text                 >= 0.11.1.0  && < 1.3 ,
+        text                 >= 0.11.1.0  && < 2.1 ,
         unordered-containers                 < 0.3 ,
         vector               >= 0.12      && < 0.13
     Exposed-Modules:
