From dfcce697295fe56e5762025bc76f7c62038ff183 Mon Sep 17 00:00:00 2001 From: Steve Lorello <42971704+slorello89@users.noreply.github.com> Date: Wed, 12 Jul 2023 12:00:48 -0400 Subject: [PATCH] prep for v2.2.0 (#306) --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0fc4de1..eb15146 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Change Log +## 2.2.0 (2023-07-12) + +### Features / Enhancements + +- Added [FT.SEARCH](https://redis.io/commands/ft.search/) command to datasource (#297) +- Added GROUPBY argument to [TS.MRANGE](https://redis.io/commands/ts.mrange/) command (#304) +- Upgraded Grafana Go SDK version (#302) +- Adding new aggregators for TS.MRANGE/TS.RANGE (#260) + +### Bug fixes + +- Fixed issue with non-string scalars in JSON.GET (#301) +- Various security patches (#258, #267, #281, #307) + ## 2.1.2 (2023-06-12) ### Bug fixes diff --git a/package.json b/package.json index e779379..8c327b5 100644 --- a/package.json +++ b/package.json @@ -39,5 +39,5 @@ "upgrade": "yarn upgrade --latest", "watch": "grafana-toolkit plugin:dev --watch" }, - "version": "2.1.2" + "version": "2.2.0" }