diff --git a/changelog.md b/changelog.md index feafae2c..c18bdb08 100644 --- a/changelog.md +++ b/changelog.md @@ -2,7 +2,11 @@ _Note: below all `FilePath` values are unquoted, so `\\` really means two backslashes._ -## 1.4.200.0 *Jul 2023* +## 1.4.200.1. *Dec 2023* + +* Improve deprecation warnings wrt [#209](https://github.com/haskell/filepath/issues/209) + +## 1.4.200.0 *Nov 2023* * deprecate `OsString` modules diff --git a/filepath.cabal b/filepath.cabal index 3918cb12..231f788d 100644 --- a/filepath.cabal +++ b/filepath.cabal @@ -1,6 +1,6 @@ cabal-version: 2.2 name: filepath -version: 1.4.200.0 +version: 1.4.200.1 -- NOTE: Don't forget to update ./changelog.md license: BSD-3-Clause