We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba24ce7 commit 0d37751Copy full SHA for 0d37751
2 files changed
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
All notable changes to this project will be documented in this file.
4
5
+## 1.2.13
6
+
7
+- Update `github.com/grafana/grafana-plugin-sdk-go` to `v0.248.0`
8
+- Add logging for response size
9
+- Fix error source for invalid JWT information
10
11
## 1.2.12
12
13
- Update `github.com/grafana/grafana-plugin-sdk-go` to `v0.245.0`
package.json
@@ -1,6 +1,6 @@
1
{
"name": "grafana-google-sheets-datasource",
- "version": "1.2.12",
+ "version": "1.2.13",
"description": "Load data from google sheets in grafana",
"scripts": {
"build": "webpack -c ./.config/webpack/webpack.config.ts --env production",
0 commit comments