Skip to content

Commit

Permalink
prep for v2.2.0 (#306)
Browse files Browse the repository at this point in the history
  • Loading branch information
slorello89 authored Jul 12, 2023
1 parent 127d102 commit dfcce69
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@
"upgrade": "yarn upgrade --latest",
"watch": "grafana-toolkit plugin:dev --watch"
},
"version": "2.1.2"
"version": "2.2.0"
}

0 comments on commit dfcce69

Please sign in to comment.