diff --git a/public/pages/Channels/__tests__/__snapshots__/ChannelActions.test.tsx.snap b/public/pages/Channels/__tests__/__snapshots__/ChannelActions.test.tsx.snap
index e87e8d63..e983fd62 100644
--- a/public/pages/Channels/__tests__/__snapshots__/ChannelActions.test.tsx.snap
+++ b/public/pages/Channels/__tests__/__snapshots__/ChannelActions.test.tsx.snap
@@ -25,7 +25,7 @@ exports[` spec clicks in the popover 1`] = `
xmlns="http://www.w3.org/2000/svg"
>
@@ -100,7 +100,7 @@ exports[` spec renders the popover 1`] = `
xmlns="http://www.w3.org/2000/svg"
>
@@ -140,7 +140,7 @@ exports[` spec renders the popover with multiple selected chann
xmlns="http://www.w3.org/2000/svg"
>
diff --git a/public/pages/Channels/__tests__/__snapshots__/ChannelDetailsActions.test.tsx.snap b/public/pages/Channels/__tests__/__snapshots__/ChannelDetailsActions.test.tsx.snap
index b81abd62..dddb74e5 100644
--- a/public/pages/Channels/__tests__/__snapshots__/ChannelDetailsActions.test.tsx.snap
+++ b/public/pages/Channels/__tests__/__snapshots__/ChannelDetailsActions.test.tsx.snap
@@ -25,7 +25,7 @@ exports[` spec clicks buttons in popover 1`] = `
xmlns="http://www.w3.org/2000/svg"
>
@@ -65,7 +65,7 @@ exports[` spec opens popover 1`] = `
xmlns="http://www.w3.org/2000/svg"
>
diff --git a/public/pages/Channels/__tests__/__snapshots__/DetailsTableModal.test.tsx.snap b/public/pages/Channels/__tests__/__snapshots__/DetailsTableModal.test.tsx.snap
index 44fe3039..c3a97a34 100644
--- a/public/pages/Channels/__tests__/__snapshots__/DetailsTableModal.test.tsx.snap
+++ b/public/pages/Channels/__tests__/__snapshots__/DetailsTableModal.test.tsx.snap
@@ -93,7 +93,7 @@ exports[` spec renders headers 1`] = `
xmlns="http://www.w3.org/2000/svg"
>
@@ -388,7 +388,7 @@ exports[` spec renders headers 1`] = `
xmlns="http://www.w3.org/2000/svg"
>
@@ -615,7 +615,7 @@ exports[` spec renders headers 1`] = `
xmlns="http://www.w3.org/2000/svg"
>
@@ -842,7 +842,7 @@ exports[` spec renders headers 1`] = `
xmlns="http://www.w3.org/2000/svg"
>
@@ -1057,7 +1057,7 @@ exports[` spec renders headers 1`] = `
xmlns="http://www.w3.org/2000/svg"
>
@@ -1320,7 +1320,7 @@ exports[` spec renders headers 1`] = `
xmlns="http://www.w3.org/2000/svg"
>
diff --git a/public/pages/CreateChannel/__tests__/__snapshots__/CustomWebhookSettings.test.tsx.snap b/public/pages/CreateChannel/__tests__/__snapshots__/CustomWebhookSettings.test.tsx.snap
index 6e978161..2738e8f7 100644
--- a/public/pages/CreateChannel/__tests__/__snapshots__/CustomWebhookSettings.test.tsx.snap
+++ b/public/pages/CreateChannel/__tests__/__snapshots__/CustomWebhookSettings.test.tsx.snap
@@ -218,7 +218,7 @@ exports[` spec renders the component with errors 1`] =
xmlns="http://www.w3.org/2000/svg"
>
@@ -299,7 +299,7 @@ exports[` spec renders the component with errors 2`] =
xmlns="http://www.w3.org/2000/svg"
>
diff --git a/release-notes/opensearch-dashboards-notifications.release-notes-2.10.0.0.md b/release-notes/opensearch-dashboards-notifications.release-notes-2.10.0.0.md
new file mode 100644
index 00000000..9b5b2315
--- /dev/null
+++ b/release-notes/opensearch-dashboards-notifications.release-notes-2.10.0.0.md
@@ -0,0 +1,19 @@
+## Version 2.10.0.0 2023-09-25
+Compatible with OpenSearch Dashboards 2.10.0
+
+### Maintenance
+* Bump semver from 5.7.1 to 5.7.2 ([#74](https://github.com/opensearch-project/dashboards-notifications/pull/74))
+* fix: CVE of tough-cookie and work-wrap ([#79](https://github.com/opensearch-project/dashboards-notifications/pull/79))
+* stabilize cypress test case ([#89](https://github.com/opensearch-project/dashboards-notifications/pull/89))
+* [AUTO] Increment version to 2.10.0.0 ([#96](https://github.com/opensearch-project/dashboards-notifications/pull/96))
+* Add auto release workflow ([#97](https://github.com/opensearch-project/dashboards-notifications/pull/97))
+* fix: bump @cypress/request to 3.0.0 ([#106](https://github.com/opensearch-project/dashboards-notifications/pull/106))
+* Remove unused semver version 6.x and 7.x ([#108](https://github.com/opensearch-project/dashboards-notifications/pull/108))
+
+### Features/Enhancements
+* add microsoft teams support ([#44](https://github.com/opensearch-project/dashboards-notifications/pull/44))
+
+### Bug Fixes
+
+### Documentation
+* 2.10 release notes. ([#109](https://github.com/opensearch-project/dashboards-notifications/pull/109))
\ No newline at end of file