diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,9 @@
+1.2.10
+
+* Build against `dhall-1.41`
+* [Build against `optparse-applicative-0.17`](https://github.com/dhall-lang/dhall-haskell/pull/2376)
+* [Build against `text-2.0`](https://github.com/dhall-lang/dhall-haskell/pull/2356)
+
 1.2.9
 
 * [Build against `aeson-2.0`](https://github.com/dhall-lang/dhall-haskell/pull/2315)
diff --git a/dhall-yaml.cabal b/dhall-yaml.cabal
--- a/dhall-yaml.cabal
+++ b/dhall-yaml.cabal
@@ -1,5 +1,5 @@
 Name: dhall-yaml
-Version: 1.2.9
+Version: 1.2.10
 Cabal-Version: >=1.10
 Build-Type: Simple
 License: GPL-3
@@ -36,10 +36,10 @@
         base                      >= 4.11.0.0  && < 5   ,
         aeson                     >= 1.0.0.0   && < 2.1 ,
         bytestring                                < 0.12,
-        dhall                     >= 1.31.0    && < 1.41,
+        dhall                     >= 1.31.0    && < 1.42,
         dhall-json                >= 1.6.0     && < 1.8 ,
-        optparse-applicative      >= 0.14.0.0  && < 0.17,
-        text                      >= 0.11.1.0  && < 1.3 ,
+        optparse-applicative      >= 0.14.0.0  && < 0.18,
+        text                      >= 0.11.1.0  && < 2.1 ,
         vector
     Exposed-Modules:
         Dhall.Yaml
@@ -74,7 +74,7 @@
         optparse-applicative                             ,
         prettyprinter               >= 1.7.0             ,
         prettyprinter-ansi-terminal >= 1.1.1    && < 1.2 ,
-        text                                       < 1.3
+        text
     Other-Modules:
         Paths_dhall_yaml
     GHC-Options: -Wall
