diff --git a/changelog b/changelog
--- a/changelog
+++ b/changelog
@@ -1,5 +1,8 @@
 -*-change-log-*-
 
+1.0.1.2 Chris Dornan <chris.dornan@irisconnect.co.uk> 2017-06-05
+  * Permit utf8-string-1 (#142)
+
 1.0.1.1 Chris Dornan <chris.dornan@irisconnect.co.uk> 2017-06-04
   * regex-pcre not working properly with UTF-8 text (#141)
   * ZeInternals/SearchReplace (#140)
diff --git a/regex.cabal b/regex.cabal
--- a/regex.cabal
+++ b/regex.cabal
@@ -1,5 +1,5 @@
 Name:                   regex
-Version:                1.0.1.1
+Version:                1.0.1.2
 Synopsis:               Toolkit for regex-base
 Description:            A regular expression toolkit for regex-base with
                         compile-time checking of RE syntax, data types for
@@ -32,7 +32,7 @@
 Source-Repository this
     Type:               git
     Location:           https://github.com/iconnect/regex.git
-    Tag:                1.0.1.1
+    Tag:                1.0.1.2
 
 
 
@@ -139,7 +139,7 @@
       , time-locale-compat   == 0.1.*
       , transformers         >= 0.2.2    && < 0.6
       , unordered-containers == 0.2.*
-      , utf8-string          == 1.0.*
+      , utf8-string          >= 1        && < 1.1
 
 
 -- Generated with re-gen-cabals
