We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ca84ec commit b91ffcbCopy full SHA for b91ffcb
CHANGELOG.md
@@ -1,5 +1,18 @@
1
# Changelog
2
3
+## 0.3.1
4
+
5
+[Full changelog](https://github.com/marcusolsson/grafana-csv-datasource/compare/v0.3.0...v0.3.1)
6
7
+### Enhancements
8
9
+- Update grafana-plugin-sdk-go to v0.83.0
10
11
+### Bug fixes
12
13
+- Ignore empty custom HTTP headers
14
+- Fix duplicate JSON tag for TLS skip verify
15
16
## 0.3.0
17
18
[Full changelog](https://github.com/marcusolsson/grafana-csv-datasource/compare/v0.2.0...v0.3.0)
package.json
@@ -1,6 +1,6 @@
{
"name": "marcusolsson-csv-datasource",
- "version": "0.3.0",
+ "version": "0.3.1",
"description": "A Grafana data source for loading CSV data",
"scripts": {
"build": "grafana-toolkit plugin:build",
0 commit comments