diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+1.0.4
+
+* Build against `dhall-1.42.0`
+
 1.0.3
 
 * Builds against newer dependencies
diff --git a/LICENSE b/LICENSE
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2021 Gabriel Gonzalez
+Copyright (c) 2021 Gabriella Gonzalez
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
diff --git a/dhall-csv.cabal b/dhall-csv.cabal
--- a/dhall-csv.cabal
+++ b/dhall-csv.cabal
@@ -1,12 +1,12 @@
 Name: dhall-csv
-Version: 1.0.3
+Version: 1.0.4
 Cabal-Version: >=1.10
 Build-Type: Simple
 License: BSD3
 License-File: LICENSE
 Copyright: 2021 Marcos Lerones
 Author: Marcos Lerones
-Maintainer: Gabriel439@gmail.com
+Maintainer: GenuineGabriella@gmail.com
 Bug-Reports: https://github.com/dhall-lang/dhall-haskell/issues
 Synopsis: Convert bidirectionally between Dhall and CSV files.
 Description:
@@ -38,7 +38,7 @@
         containers           >= 0.5.9     && < 0.7 ,
         either                                     ,
         exceptions           >= 0.8.3     && < 0.11,
-        dhall                >= 1.39.0    && < 1.42,
+        dhall                >= 1.39.0    && < 1.43,
         filepath                             < 1.5 ,
         optparse-applicative                       ,
         prettyprinter        >= 1.7.0     && < 1.8 ,
