diff --git a/CHANGELOG.md b/CHANGELOG.md index 57df883e..46e66d2f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ # Change Log All notable changes to this project will be documented in this file. + +## v1.1.0 + +### New features + +- Add support for Elasticsearch databases (2f9e802) + +## v1.0.0 + +- First Release diff --git a/package.json b/package.json index 8058ab43..76832985 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "grafana-opensearch-datasource", - "version": "1.0.0", + "version": "1.1.0", "description": "", "scripts": { "build": "grafana-toolkit plugin:build",