diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
 # Changelog
 
+#### 0.4.0.4
+
+* Allow utf8-string 1.
+
 #### 0.4.0.3
 
 * Bump `rest-core`.
diff --git a/rest-client.cabal b/rest-client.cabal
--- a/rest-client.cabal
+++ b/rest-client.cabal
@@ -1,5 +1,5 @@
 name:                rest-client
-version:             0.4.0.3
+version:             0.4.0.4
 description:         Utility library for use in generated API client libraries.
 synopsis:            Utility library for use in generated API client libraries.
 maintainer:          code@silk.co
@@ -42,4 +42,4 @@
     , tostring == 0.2.*
     , transformers-base == 0.4.*
     , uri-encode == 1.5.*
-    , utf8-string == 0.3.*
+    , utf8-string >= 0.3 && < 1.1
