Skip to content

Commit dfcce69

Browse files
authored
prep for v2.2.0 (#306)
1 parent 127d102 commit dfcce69

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Change Log
22

3+
## 2.2.0 (2023-07-12)
4+
5+
### Features / Enhancements
6+
7+
- Added [FT.SEARCH](https://redis.io/commands/ft.search/) command to datasource (#297)
8+
- Added GROUPBY argument to [TS.MRANGE](https://redis.io/commands/ts.mrange/) command (#304)
9+
- Upgraded Grafana Go SDK version (#302)
10+
- Adding new aggregators for TS.MRANGE/TS.RANGE (#260)
11+
12+
### Bug fixes
13+
14+
- Fixed issue with non-string scalars in JSON.GET (#301)
15+
- Various security patches (#258, #267, #281, #307)
16+
317
## 2.1.2 (2023-06-12)
418

519
### Bug fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@
3939
"upgrade": "yarn upgrade --latest",
4040
"watch": "grafana-toolkit plugin:dev --watch"
4141
},
42-
"version": "2.1.2"
42+
"version": "2.2.0"
4343
}

0 commit comments

Comments
 (0)