diff --git a/CHANGELOG.md b/CHANGELOG.md index 409658c..68aa06a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. +## v2.1.0 + +- Add 'ap-southeast-2' and 'ap-northeast-1' regions [#178](https://github.com/grafana/timestream-datasource/pull/178) + ## v2.0.1 - Bug fix for issue logging in with incorrect keys: https://github.com/grafana/timestream-datasource/pull/176 diff --git a/package.json b/package.json index 522d488..c0d589f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "grafana-timestream-datasource", - "version": "2.0.1", + "version": "2.1.0", "description": "Load data timestream in grafana", "scripts": { "build": "grafana-toolkit plugin:build",