diff --git a/CHANGELOG.md b/CHANGELOG.md
index 49c67254ab..978cf3fa67 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## [3.25.3](https://github.com/liferay/clay/compare/v3.25.2...v3.25.3) (2021-03-24)
+
+### Bug Fixes
+
+- **@clayui/css:** Atlas Menubar (Vertical Navigation) link active state should be more visible ([5a94cfd](https://github.com/liferay/clay/commit/5a94cfd))
+- **@clayui/css:** Menubar toggler with c-inner cuts off caret icon ([1932782](https://github.com/liferay/clay/commit/1932782))
+- **@clayui/css:** Mixins `clay-link` adds option to style `&.show, &[aria-expanded='true']` separately from `active-class` so we can style panel toggles ([8a1a148](https://github.com/liferay/clay/commit/8a1a148))
+- **@clayui/multi-select:** Use `btn-outline-secondary btn-outline-borderless` instead of `btn-unstyled` for Clear All Button ([3d71cf0](https://github.com/liferay/clay/commit/3d71cf0))
+
## [3.25.2](https://github.com/liferay/clay/compare/v3.25.1...v3.25.2) (2021-03-10)
### Bug Fixes
diff --git a/clayui.com/CHANGELOG.md b/clayui.com/CHANGELOG.md
index e2392c6364..ef17d44487 100644
--- a/clayui.com/CHANGELOG.md
+++ b/clayui.com/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+## [3.25.3](https://github.com/ambrinchaudhary/clay/compare/v3.25.2...v3.25.3) (2021-03-24)
+
+**Note:** Version bump only for package clayui.com
+
## [3.25.2](https://github.com/ambrinchaudhary/clay/compare/v3.25.1...v3.25.2) (2021-03-10)
**Note:** Version bump only for package clayui.com
diff --git a/clayui.com/content/docs/css/content/menubar.md b/clayui.com/content/docs/css/content/menubar.md
new file mode 100644
index 0000000000..50054845fa
--- /dev/null
+++ b/clayui.com/content/docs/css/content/menubar.md
@@ -0,0 +1,1232 @@
+---
+title: 'Menubar (Vertical Navigation)'
+description: 'An alternative navigation pattern that displays navigation items vertically.'
+order: 5
+---
+
+