Skip to content

Commit b91ffcb

Browse files
committed
Prepare for release
1 parent 3ca84ec commit b91ffcb

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

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+
316
## 0.3.0
417

518
[Full changelog](https://github.com/marcusolsson/grafana-csv-datasource/compare/v0.2.0...v0.3.0)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "marcusolsson-csv-datasource",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "A Grafana data source for loading CSV data",
55
"scripts": {
66
"build": "grafana-toolkit plugin:build",

0 commit comments

Comments
 (0)