diff --git a/CHANGELOG.md b/CHANGELOG.md index 26047e8..d6e5e9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Revision history for lifted-async +## v0.10.2.7 - 2024-11-03 + +* Allow base-4.21, tasty-bench-0.4, bump Haskell CI to GHC 9.12.0 ([#46](https://github.com/maoe/lifted-async/pull/46)) + ## v0.10.2.6 - 2024-10-05 * Allow base-4.20, bump CI to GHC 9.10.1 (([#44](https://github.com/maoe/lifted-async/issues/44))) diff --git a/lifted-async.cabal b/lifted-async.cabal index dcd26f9..a93516f 100644 --- a/lifted-async.cabal +++ b/lifted-async.cabal @@ -1,6 +1,6 @@ cabal-version: 1.24 name: lifted-async -version: 0.10.2.6 +version: 0.10.2.7 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