diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a1840fbcbc5..82f78f0ad898 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -62,6 +62,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) - Update backport custom branch name to utilize head template ([#2766](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/2766)) - Add automatic selection of the appropriate version of chrome driver to run functional tests ([#2990](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/2990)) - Improve yarn's performance in workflows by caching yarn's cache folder ([#3194](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/3194)) +- Increment the version on the parent branch (2.x) to the next development iteration (2.6)([3229](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/3229)) ### 📝 Documentation diff --git a/package.json b/package.json index 7da022abd416..c7244ce30117 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "dashboarding" ], "private": true, - "version": "2.5.0", + "version": "2.6.0", "branch": "2.x", "types": "./opensearch_dashboards.d.ts", "tsdocMetadata": "./build/tsdoc-metadata.json",