Skip to content

Commit e14e270

Browse files
committed
release prep 2.2.0
1 parent bc8c3c3 commit e14e270

5 files changed

+9
-16
lines changed

.changeset/neat-trains-drum.md

-5
This file was deleted.

.changeset/stupid-pets-happen.md

-5
This file was deleted.

.changeset/two-coins-sit.md

-5
This file was deleted.

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

3+
## 2.2.0
4+
5+
🚀 **Proxy**: Support for configuring per-datasource proxy url
6+
7+
🚀 **GraphQL**: Added Support for GraphQL Variables
8+
9+
🐛 **OAuth2**: Fixes OAuth2 configuration UI crash
10+
311
## 2.1.0
412

513
🚀 **OAuth2**: Added ability to set auth style in client credentials

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "grafana-infinity-datasource",
3-
"version": "2.1.0",
3+
"version": "2.2.0",
44
"description": "JSON, CSV, XML, GraphQL, HTML and REST API datasource for Grafana. Do infinite things with Grafana. Transform data with UQL/GROQ. Visualize data from many apis, RSS/ATOM feeds directly",
55
"main": "dist/module.js",
66
"scripts": {

0 commit comments

Comments
 (0)