diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,9 @@
+1.0.11
+
+* Build against `dhall-1.42`
+* [Build against `turtle-1.6`](https://github.com/dhall-lang/dhall-haskell/pull/2465)
+* [Build against `transformers-0.6` and `mtl-2.3`](https://github.com/dhall-lang/dhall-haskell/pull/2471)
+
 1.0.10
 
 * [Index non-`.dhall` files](https://github.com/dhall-lang/dhall-haskell/pull/2407)
diff --git a/LICENSE b/LICENSE
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2020 Gabriel Gonzalez
+Copyright (c) 2020 Gabriella Gonzalez
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
diff --git a/dhall-docs.cabal b/dhall-docs.cabal
--- a/dhall-docs.cabal
+++ b/dhall-docs.cabal
@@ -1,12 +1,12 @@
 Name: dhall-docs
-Version: 1.0.10
+Version: 1.0.11
 Cabal-Version: >=1.10
 Build-Type: Simple
 License: BSD3
 License-File: LICENSE
 Copyright: 2020 Germán Robayo
 Author: Germán Robayo
-Maintainer: Gabriel439@gmail.com
+Maintainer: GenuineGabriella@gmail.com
 Bug-Reports: https://github.com/dhall-lang/dhall-haskell/issues
 Synopsis: Generate HTML docs from a dhall package
 Description:
@@ -69,7 +69,7 @@
         containers                                 ,
         cryptohash-sha256                          ,
         directory            >= 1.3.0.0   && < 1.4 ,
-        dhall                >= 1.38.0    && < 1.42,
+        dhall                >= 1.38.0    && < 1.43,
         file-embed           >= 0.0.10.0           ,
         filepath             >= 1.4       && < 1.5 ,
         lens-family-core     >= 1.0.0     && < 2.2 ,
@@ -82,8 +82,8 @@
         path-io              >= 1.6.0     && < 2 ,
         prettyprinter        >= 1.7.0     && < 1.8 ,
         text                 >= 0.11.1.0  && < 2.1 ,
-        transformers         >= 0.2.0.0  && < 0.6 ,
-        mtl                  >= 2.2.1     && < 2.3 ,
+        transformers         >= 0.2.0.0   && < 0.7 ,
+        mtl                  >= 2.2.1     && < 2.4 ,
         optparse-applicative >= 0.14.0.0  && < 0.18
     Exposed-Modules:
         Dhall.Docs
@@ -150,7 +150,7 @@
         tasty        < 1.5                ,
         tasty-silver < 3.4                ,
         tasty-hunit  >= 0.10     && < 0.11,
-        turtle       < 1.6                ,
+        turtle       < 1.7                ,
         text
     GHC-Options: -Wall
     Default-Language: Haskell2010
