diff --git a/CHANGELOG.md b/CHANGELOG.md index c26de51..1b2e430 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. +## v2.3.0 +- Change timestamp fieldType to be nullable by @nekketsuuu in https://github.com/grafana/timestream-datasource/pull/184 +- Upgrade to grafana-aws-sdk v0.11.0 by @fridgepoet in https://github.com/grafana/timestream-datasource/pull/195 + ## v2.2.0 - Add support for context aware autocompletion by @sunker in https://github.com/grafana/timestream-datasource/pull/188 diff --git a/package.json b/package.json index 9b9b81b..c7e8498 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "grafana-timestream-datasource", - "version": "2.2.0", + "version": "2.3.0", "description": "Load data timestream in grafana", "scripts": { "build": "grafana-toolkit plugin:build",