diff --git a/CHANGELOG.md b/CHANGELOG.md index 4acdf08..9335109 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ *Path IO follows [SemVer](https://semver.org/).* +## Path IO 1.8.2 + +* Maintenance release, compatibility with GHC 9.6, 9.8, and 9.10. + ## Path IO 1.8.1 * Fixed a “permission denied” error occurring when `copyDirRecur` is used to diff --git a/path-io.cabal b/path-io.cabal index 8317e2f..0cbc97c 100644 --- a/path-io.cabal +++ b/path-io.cabal @@ -1,6 +1,6 @@ cabal-version: 2.4 name: path-io -version: 1.8.1 +version: 1.8.2 license: BSD-3-Clause license-file: LICENSE.md maintainer: Mark Karpov