diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,9 @@
+# 1.0.2
+
+## Changed
+
+- Relaxed the upper bound of the `turtle` library dependency to `1.5`
+
 # 1.0.1
 
 ## Added
diff --git a/nix-deploy.cabal b/nix-deploy.cabal
--- a/nix-deploy.cabal
+++ b/nix-deploy.cabal
@@ -1,5 +1,5 @@
 name:                nix-deploy
-version:             1.0.1
+version:             1.0.2
 synopsis:            Deploy Nix-built software to a NixOS machine
 homepage:            https://github.com/awakesecurity/nix-deploy#readme
 license:             Apache-2.0
@@ -35,7 +35,7 @@
               , optparse-applicative >= 0.13.0.0 && < 0.15
               , neat-interpolation                  < 0.4
               , text                 >= 0.7      && < 1.3
-              , turtle               >= 1.3.6    && < 1.4.3
+              , turtle               >= 1.3.6    && < 1.5
   default-language:    Haskell2010
 
 source-repository head
