From b10724be8a907e191d153ad6674415be0c1325fd Mon Sep 17 00:00:00 2001
From: Neil Mitchell <ndmitchell@gmail.com>
Date: Sun, 15 Jul 2018 22:42:07 +0100
Subject: [PATCH] Version 1.4.2.1

---
 changelog.md   | 4 ++++
 filepath.cabal | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/changelog.md b/changelog.md
index 398bc77..0ef9259 100644
--- a/changelog.md
+++ b/changelog.md
@@ -2,6 +2,10 @@
 
 _Note: below all `FilePath` values are unquoted, so `\\` really means two backslashes._
 
+## 1.4.2.1 *Jul 2018*
+
+ * Bundled with GHC 8.6.1
+
 ## 1.4.2 *Jan 2018*
 
  * Bundled with GHC 8.4.1
diff --git a/filepath.cabal b/filepath.cabal
index 98d6f73..b35223c 100644
--- a/filepath.cabal
+++ b/filepath.cabal
@@ -1,6 +1,6 @@
 cabal-version:  >= 1.18
 name:           filepath
-version:        1.4.2
+version:        1.4.2.1
 -- NOTE: Don't forget to update ./changelog.md
 license:        BSD3
 license-file:   LICENSE
-- 
GitLab