diff --git a/changelog.md b/changelog.md index 398bc77d3065e3703dc9834c6be0e0eb94164089..0ef9259bfc43939f754e5fee2ad06ac5ede989f6 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 98d6f73988365a9cf350347002568fc78b4c55f7..b35223c5745257b5d003cdd65bed37e757e07849 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