diff --git a/CHANGELOG.md b/CHANGELOG.md index c3b1b81..a175810 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,6 @@ Notable changes to this project are documented in this file. The format is based ## [Unreleased] Breaking changes: -- Update the Monoid/Semigroup instance of `ReactElement` to use `null` for `mempty` instead of an empty fragment. (#187) New features: @@ -13,6 +12,11 @@ Bugfixes: Other improvements: +## [v11.0.0](https://github.com/purescript-contrib/purescript-react/releases/tag/v11.0.0) - 2023-01-04 + +Breaking changes: +- Update the Monoid/Semigroup instance of `ReactElement` to use `null` for `mempty` instead of an empty fragment. (#187) + ## [v10.0.1](https://github.com/purescript-contrib/purescript-react/releases/tag/v10.0.1) - 2022-04-27 Other improvements: