Skip to content

Commit

Permalink
Bump version for opensearch 1.1.0 release (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuali925 authored Sep 3, 2021
1 parent c5e7bfe commit ba2911e
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-and-build-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ on: [pull_request, push]

env:
PLUGIN_NAME: gantt-chart-dashboards
OPENSEARCH_VERSION: '1.0'
OPENSEARCH_PLUGIN_VERSION: 1.0.0.0
OPENSEARCH_VERSION: '1.x'
OPENSEARCH_PLUGIN_VERSION: 1.1.0.0

jobs:

Expand Down
4 changes: 2 additions & 2 deletions gantt-chart/opensearch_dashboards.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "ganttChartDashboards",
"version": "1.0.0.0",
"opensearchDashboardsVersion": "1.0.0",
"version": "1.1.0.0",
"opensearchDashboardsVersion": "1.1.0",
"requiredPlugins": [
"visualizations",
"data"
Expand Down
4 changes: 2 additions & 2 deletions gantt-chart/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "gantt-chart-dashboards",
"version": "1.0.0.0",
"version": "1.1.0.0",
"opensearchDashboards": {
"version": "1.0.0",
"version": "1.1.0",
"templateVersion": "1.0.0"
},
"license": "Apache-2.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
## Version 1.1.0.0 Release Notes

Compatible with OpenSearch 1.1.0.0

### Infrastructure
* Auto dump cypress test data ([#23](https://github.com/opensearch-project/dashboards-visualizations/pull/23))

### Documentation
* Update copyright notice in readme ([#22](https://github.com/opensearch-project/dashboards-visualizations/pull/22))

### Maintenance
* Bump version for opensearch 1.1.0 release ([#24](https://github.com/opensearch-project/dashboards-visualizations/pull/24))

0 comments on commit ba2911e

Please sign in to comment.