diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0cb34c0dc..24bc587fd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,12 @@
Reactist follows [semantic versioning](https://semver.org/) and doesn't introduce breaking changes (API-wise) in minor or patch releases. However, the appearance of a component might change in a minor or patch release so keep an eye on redesigns and make sure your app still looks and feels like you expect it.
+# v20.0.0
+
+- [BREAKING] Remove `usePrevious` hook
+- [BREAKING] Remove `DeprecatedNotification` component
+- [BREAKING] The `Menu` component now uses Reactist CSS variables to style itself
+
# v19.1.1
- [Fix] Export new `Banner` component.
diff --git a/docs/iframe.html b/docs/iframe.html
index 1f33bc76f..fff0f016c 100644
--- a/docs/iframe.html
+++ b/docs/iframe.html
@@ -476,4 +476,4 @@
- window['STORIES'] = [{"titlePrefix":"","directory":"./src","files":"**/*.stories.@(tsx|mdx)","importPathMatcher":"^\\.[\\\\/](?:src(?:\\/(?!\\.)(?:(?:(?!(?:^|\\/)\\.).)*?)\\/|\\/|$)(?!\\.)(?=.)[^/]*?\\.stories\\.(tsx|mdx))$"},{"titlePrefix":"","directory":"./stories","files":"**/*.stories.@(js|jsx|ts|tsx|mdx)","importPathMatcher":"^\\.[\\\\/](?:stories(?:\\/(?!\\.)(?:(?:(?!(?:^|\\/)\\.).)*?)\\/|\\/|$)(?!\\.)(?=.)[^/]*?\\.stories\\.(js|jsx|ts|tsx|mdx))$"}];