diff --git a/storybook/src/base-documentation/ReleaseNotes.stories.mdx b/storybook/src/base-documentation/ReleaseNotes.stories.mdx
index 108615f..30b086b 100644
--- a/storybook/src/base-documentation/ReleaseNotes.stories.mdx
+++ b/storybook/src/base-documentation/ReleaseNotes.stories.mdx
@@ -18,6 +18,27 @@ import { Meta } from "@storybook/addon-docs";
# Release Notes
-## **1.0.0 - latest** _(Jan 5th 2023)_
+## **1.0.2 - latest** _(Jan 23th 2023)_
+
+**Bug Fixes:**
+- fixed `@tiller-ds/icons` module to properly display icons ([#26](https://github.com/croz-ltd/tiller/issues/26))
+- fixed `TopNavigation` mobile view Expander Icon ([#13](https://github.com/croz-ltd/tiller/issues/13))
+- the focus doesn't shift to `Tabs` when clicking on a tab if scroll buttons are disabled ([#11](https://github.com/croz-ltd/tiller/issues/11))
+- fixed `Autocomplete` error message - showing error beneath the tags ([#9](https://github.com/croz-ltd/tiller/issues/9))
+
+**Storybook Improvements:**
+- fixed Figma URL when clicking Tiller Logo ([#4](https://github.com/croz-ltd/tiller/issues/4))
+- fixed `FormLayout` import in Storybook ([#5](https://github.com/croz-ltd/tiller/issues/5))
+
+**Design System Improvements:**
+- fixed `example app` using `tiller-ds` v1.0.1 modules ([#17](https://github.com/croz-ltd/tiller/issues/17))
+
+**Docs Improvements:**
+- improved documentation for various modules ([#20](https://github.com/croz-ltd/tiller/issues/20))
+- fix `CRA command` in README.md & info update ([#4](https://github.com/croz-ltd/tiller/issues/4))
+- update CONTRIBUTING.md ([#4](https://github.com/croz-ltd/tiller/issues/4))
+- functional Playroom environment ([#20](https://github.com/croz-ltd/tiller/issues/20))
+
+## 1.0.1 - _(Jan 5th 2023)_
- initial version