diff --git a/changelog b/changelog
--- a/changelog
+++ b/changelog
@@ -1,5 +1,8 @@
 -*-change-log-*-
 
+1.0.1.3 Chris Dornan <chris.dornan@irisconnect.co.uk> 2017-06-05
+  * Suspending UTF-8 tests for Windows/PCRE (#144)
+
 1.0.1.2 Chris Dornan <chris.dornan@irisconnect.co.uk> 2017-06-05
   * Permit utf8-string-1 (#142)
 
diff --git a/regex.cabal b/regex.cabal
--- a/regex.cabal
+++ b/regex.cabal
@@ -1,5 +1,5 @@
 Name:                   regex
-Version:                1.0.1.2
+Version:                1.0.1.3
 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.2
+    Tag:                1.0.1.3
 
 
 
