diff --git a/CHANGELOG.md b/CHANGELOG.md
index 31a2c5139..88f4b5d77 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,8 +10,10 @@ Since v0.0.10, this Changelog is formatted according to the [Common Changelog][c
### Changed
- ([#621](https://github.com/demos-europe/demosplan-ui/pull/621)) Bump Vue Peer dependency to 2.5.17 ([@spiess-demos](https://github.com/spiess-demos))
+- ([#615](https://github.com/demos-europe/demosplan-ui/pull/615)) **Breaking:** Change DpBulkEditHeader Props ([@ahmad-demos](https://github.com/@ahmad-demos))
### Added
+- ([#615](https://github.com/demos-europe/demosplan-ui/pull/615)) Add DpBulkEditHeader documentation to Storybook ([@ahmad-demos](https://github.com/@ahmad-demos))
- ([#605](https://github.com/demos-europe/demosplan-ui/pull/605)) Add DpEditableList documentation to Storybook ([@ahmad-demos](https://github.com/@ahmad-demos))
- ([#591](https://github.com/demos-europe/demosplan-ui/pull/591)) Add label tests for form components ([@hwiem](https://github.com/hwiem))
diff --git a/src/components/core/DpBulkEditHeader.stories.mdx b/src/components/core/DpBulkEditHeader.stories.mdx
new file mode 100644
index 000000000..906374a0f
--- /dev/null
+++ b/src/components/core/DpBulkEditHeader.stories.mdx
@@ -0,0 +1,49 @@
+import { Meta } from '@storybook/addon-docs'
+import DpBulkEditHeader from './DpBulkEditHeader'
+
+
+
+# BulkEditHeader
+
+The BulkEditHeader component allows users to perform bulk editing operations on a set of records. It is typically used in conjunction with `DpDataTable` or a similar component that allows users to select multiple records. Then, actions to be performed on that selection can be placed inside the default slot of `DpBulkEditHeader`.
+
+The component features a visually prominent style and showcases the number of selected items, along with a button to reset the current selection.
+
+## Custom usage
+
+```html
+