Skip to content

Commit 900bef8

Browse files
authored
Increment version to 1.3.16 (#6415)
Signed-off-by: Zelin Hao <[email protected]>
1 parent 24abf6c commit 900bef8

File tree

2 files changed

+27
-7
lines changed

2 files changed

+27
-7
lines changed

CHANGELOG.md

Lines changed: 26 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,41 @@
11
# CHANGELOG
22
Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
33

4-
## [Unreleased](https://github.com/opensearch-project/OpenSearch-Dashboards/compare/1.3.14...1.3)
4+
## [Unreleased](https://github.com/opensearch-project/OpenSearch-Dashboards/compare/1.3.15...1.3)
55

66
### 💥 Breaking Changes
77

88
### Deprecations
99

10+
### 🛡 Security
11+
12+
### 📈 Features/Enhancements
13+
14+
### 🐛 Bug Fixes
15+
16+
### 🚞 Infrastructure
17+
18+
### 📝 Documentation
19+
20+
### 🛠 Maintenance
21+
22+
- [Version] Increment version to 1.3.16 ([#6415](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/6415))
23+
24+
### 🪛 Refactoring
25+
26+
### 🔩 Tests
27+
28+
## [1.3.15 - 2024-03-05](https://github.com/opensearch-project/OpenSearch-Dashboards/releases/tag/1.3.15)
29+
1030
### 🛡 Security
1131

1232
### 📈 Features/Enhancements
1333

1434
### 🐛 Bug Fixes
1535

36+
- [OSCI][fix] Discover: Fix the Subfields Display Issue ([#5429](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/5429))
37+
- [BUG][data] Support for custom filters with heterogeneous data fields ([#5577](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/5577))
38+
1639
### 🚞 Infrastructure
1740

1841
### 📝 Documentation
@@ -21,12 +44,9 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
2144

2245
- [Version] Increment version to 1.3.15 ([#5596](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/5596))
2346
- Add @SuZhou-Joe as a maintainer. ([#5594](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/5594))
47+
- Move @seanneumann to emeritus maintainer ([#5634](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/5634))
2448

25-
### 🪛 Refactoring
26-
27-
### 🔩 Tests
28-
29-
## [1.3.14](https://github.com/opensearch-project/OpenSearch-Dashboards/releases/tag/1.3.14)
49+
## [1.3.14 - 2023-12-12](https://github.com/opensearch-project/OpenSearch-Dashboards/releases/tag/1.3.14)
3050

3151
### 🛡 Security
3252

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dashboarding"
1212
],
1313
"private": true,
14-
"version": "1.3.15",
14+
"version": "1.3.16",
1515
"branch": "1.3",
1616
"types": "./opensearch_dashboards.d.ts",
1717
"tsdocMetadata": "./build/tsdoc-metadata.json",

0 commit comments

Comments
 (0)