From 632d632b1ad268330d3faf70c892e89354d69799 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nathan=20V=C4=93rzemnieks?= Date: Thu, 2 May 2024 14:51:13 +0200 Subject: [PATCH] Prepare v2.9.2 (#282) --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e8b33c2..5a7c607 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. +## 2.9.2 +- Add keywords by @kevinwcyu in https://github.com/grafana/timestream-datasource/pull/278 +- Bring in [security fixes in go 1.21.8](https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg) + ## 2.9.1 - Update grafana/aws-sdk to 0.20.0 to add a new supported region in [#274](https://github.com/grafana/timestream-datasource/pull/274) diff --git a/package.json b/package.json index 1950c72..89e63b7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "grafana-timestream-datasource", - "version": "2.9.1", + "version": "2.9.2", "description": "Load data timestream in grafana", "scripts": { "spellcheck": "cspell -c cspell.config.json \"**/*.{ts,tsx,js,go,md,mdx,yml,yaml,json,scss,css}\"",