From 7cc2a9ba916776ef5d104bdba9c449978c65adbf 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 | 32 ++++++++++++++++++++++++++------ package.json | 2 +- 2 files changed, 27 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 94a6dbcffbac..2639efd6032a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,18 +1,41 @@ # 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 ([#6415](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/6415)) + +### 🪛 Refactoring + +### 🔩 Tests + +## [1.3.15 - 2024-03-05](https://github.com/opensearch-project/OpenSearch-Dashboards/releases/tag/1.3.15) + ### 🛡 Security ### 📈 Features/Enhancements ### 🐛 Bug Fixes +- [OSCI][fix] Discover: Fix the Subfields Display Issue ([#5429](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/5429)) +- [BUG][data] Support for custom filters with heterogeneous data fields ([#5577](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/5577)) + ### 🚞 Infrastructure ### 📝 Documentation @@ -21,12 +44,9 @@ 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)) +- Move @seanneumann to emeritus maintainer ([#5634](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/5634)) -### 🪛 Refactoring - -### 🔩 Tests - -## [1.3.14](https://github.com/opensearch-project/OpenSearch-Dashboards/releases/tag/1.3.14) +## [1.3.14 - 2023-12-12](https://github.com/opensearch-project/OpenSearch-Dashboards/releases/tag/1.3.14) ### 🛡 Security 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",