Skip to content

Commit

Permalink
Increment version to 1.3.16
Browse files Browse the repository at this point in the history
Signed-off-by: Zelin Hao <zelinhao@amazon.com>
  • Loading branch information
zelinh committed Apr 11, 2024
1 parent 24abf6c commit 7cc2a9b
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 7 deletions.
32 changes: 26 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 7cc2a9b

Please sign in to comment.