From 08c2147a63a21c66113e736cc34ed305f98dbbe4 Mon Sep 17 00:00:00 2001 From: Zelin Hao Date: Thu, 11 Apr 2024 14:32:42 -0700 Subject: [PATCH] Increment version to 1.3.16 Signed-off-by: Zelin Hao --- CHANGELOG.md | 27 ++++++++++++++++++++++----- package.json | 2 +- 2 files changed, 23 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 94a6dbcffbac..21519e455c66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,32 @@ # CHANGELOG Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) -## [Unreleased](https://github.com/opensearch-project/OpenSearch-Dashboards/compare/1.3.14...1.3) +## [Unreleased](https://github.com/opensearch-project/OpenSearch-Dashboards/compare/1.3.15...1.3) ### 💥 Breaking Changes ### Deprecations +### 🛡 Security + +### 📈 Features/Enhancements + +### 🐛 Bug Fixes + +### 🚞 Infrastructure + +### 📝 Documentation + +### 🛠 Maintenance + +- [Version] Increment version to 1.3.16 ([#](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/)) + +### 🪛 Refactoring + +### 🔩 Tests + +## [1.3.15](https://github.com/opensearch-project/OpenSearch-Dashboards/releases/tag/1.3.15) + ### 🛡 Security ### 📈 Features/Enhancements @@ -21,10 +41,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) - [Version] Increment version to 1.3.15 ([#5596](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/5596)) - Add @SuZhou-Joe as a maintainer. ([#5594](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/5594)) - -### 🪛 Refactoring - -### 🔩 Tests +Move @seanneumann to emeritus maintainer ([#5634](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/5634)) ## [1.3.14](https://github.com/opensearch-project/OpenSearch-Dashboards/releases/tag/1.3.14) diff --git a/package.json b/package.json index 4c725b1e985f..ebdcee37da22 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "dashboarding" ], "private": true, - "version": "1.3.15", + "version": "1.3.16", "branch": "1.3", "types": "./opensearch_dashboards.d.ts", "tsdocMetadata": "./build/tsdoc-metadata.json",