diff --git a/CHANGELOG.md b/CHANGELOG.md index 7db2ab6..505bc63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Unreleased +# v0.4.2 + * Add support for GHC 9.8 * Drop support for GHC 9.0 and 9.2 diff --git a/package.yaml b/package.yaml index 104519e..e506412 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: tasty-autocollect -version: 0.4.1 +version: 0.4.2 category: Testing synopsis: Autocollection of tasty tests. description: Autocollection of tasty tests. See README.md for more details. diff --git a/tasty-autocollect.cabal b/tasty-autocollect.cabal index 18aaddb..466c685 100644 --- a/tasty-autocollect.cabal +++ b/tasty-autocollect.cabal @@ -5,7 +5,7 @@ cabal-version: 1.12 -- see: https://github.com/sol/hpack name: tasty-autocollect -version: 0.4.1 +version: 0.4.2 synopsis: Autocollection of tasty tests. description: Autocollection of tasty tests. See README.md for more details. category: Testing