diff --git a/CHANGELOG.md b/CHANGELOG.md
index 45937c1e6..b24c5f996 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,10 @@
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.
+# v17.0.1
+
+- [Fix] Enforce minimum width for the checkbox icon in the `CheckboxField` element
+
# v17.0.0
- [Breaking] Allow to customize the TextLink styles (color and text-decoration) via CSS variables
diff --git a/docs/iframe.html b/docs/iframe.html
index 478706587..9c526ff55 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))$"}];