Skip to content

Commit 8a9703e

Browse files
committed
Prepare for release
1 parent 6e869c4 commit 8a9703e

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

Diff for: CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## 0.6.0 (2021-03-21)
4+
5+
[Full changelog](https://github.com/marcusolsson/grafana-csv-datasource/compare/v0.5.0...v0.6.0)
6+
7+
### Enhancements
8+
9+
- Disable local mode by default. To use local mode, allow it in your grafana.ini:
10+
11+
```ini
12+
[plugin.marcusolsson-csv-datasource]
13+
allow_local_mode = true
14+
```
15+
316
## 0.5.0 (2021-03-21)
417

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

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "marcusolsson-csv-datasource",
3-
"version": "0.5.0",
3+
"version": "0.6.0",
44
"description": "A Grafana data source for loading CSV data",
55
"keywords": [
66
"grafana",

0 commit comments

Comments
 (0)