diff --git a/CHANGELOG.md b/CHANGELOG.md index 8cf4a03..9812e1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Revision history for lifted-async +## v0.10.2.5 - 2023-11-11 + +* Support GHC 9.8 ([#42](https://github.com/maoe/lifted-async/issues/42)) +* Allow base-4.19, bump CI to GHC 9.8.1 ([#43](https://github.com/maoe/lifted-async/pull/43)) + ## v0.10.2.4 - 2022-03-19 * Support mtl-2.3.1, allow base-4.18 (GHC 9.6) ([#41](https://github.com/maoe/lifted-async/pull/41)) diff --git a/lifted-async.cabal b/lifted-async.cabal index 7ad36ed..e46ed4b 100644 --- a/lifted-async.cabal +++ b/lifted-async.cabal @@ -1,7 +1,6 @@ cabal-version: 1.24 name: lifted-async -version: 0.10.2.4 -x-revision: 2 +version: 0.10.2.5 synopsis: Run lifted IO operations asynchronously and wait for their results homepage: https://github.com/maoe/lifted-async bug-reports: https://github.com/maoe/lifted-async/issues