diff --git a/changelog.md b/changelog.md index 79a7d83..cae75d9 100644 --- a/changelog.md +++ b/changelog.md @@ -2,9 +2,14 @@ ## Upcoming + + +## 1.6.0.0 + * Add Unit monoid with `seq` ([#18](https://github.com/haskell/deepseq/issues/18), [#105](https://github.com/haskell/deepseq/issues/105)) - + * Drop the dependency on `array` + ([#102](https://github.com/haskell/deepseq/issues/102), [#107](https://github.com/haskell/deepseq/issues/107)) ## 1.5.0.0 diff --git a/deepseq.cabal b/deepseq.cabal index 450697e..681d254 100644 --- a/deepseq.cabal +++ b/deepseq.cabal @@ -1,6 +1,6 @@ cabal-version: 1.12 name: deepseq -version: 1.5.0.0 +version: 1.6.0.0 -- NOTE: Don't forget to update ./changelog.md license: BSD3