diff --git a/CHANGES.md b/CHANGES.md index e1e1d60..73c0c8d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,10 @@ +1.8.2.1 +======= + +* [#293](https://github.com/serokell/universum/pull/293) + * Add explicit kind signatures for custom operators. + * Bump some dependency constraints to support GHC-9.8. + 1.8.2 ===== diff --git a/universum.cabal b/universum.cabal index e9496d9..3eb6ffd 100644 --- a/universum.cabal +++ b/universum.cabal @@ -1,6 +1,6 @@ cabal-version: 2.2 name: universum -version: 1.8.2 +version: 1.8.2.1 synopsis: Custom prelude used in Serokell description: See README.md file for more details. homepage: https://github.com/serokell/universum