diff --git a/changelog.md b/changelog.md index 9ebe953..5adcaf5 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,9 @@ # Changelog for [`os-string` package](http://hackage.haskell.org/package/os-string) +## 2.0.2 *Dec 2023* + +* Implement coercionToPlatformTypes, fixes #4 + ## 2.0.1 *Dec 2023* * add `unsafeEncodeUtf`, fixes #5 diff --git a/os-string.cabal b/os-string.cabal index 0c756df..0fde0ab 100644 --- a/os-string.cabal +++ b/os-string.cabal @@ -1,6 +1,6 @@ cabal-version: 2.2 name: os-string -version: 2.0.1 +version: 2.0.2 -- NOTE: Don't forget to update ./changelog.md license: BSD-3-Clause