We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e869c4 commit 8a9703eCopy full SHA for 8a9703e
CHANGELOG.md
@@ -1,5 +1,18 @@
1
# Changelog
2
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
16
## 0.5.0 (2021-03-21)
17
18
[Full changelog](https://github.com/marcusolsson/grafana-csv-datasource/compare/v0.4.1...v0.5.0)
package.json
@@ -1,6 +1,6 @@
{
"name": "marcusolsson-csv-datasource",
- "version": "0.5.0",
+ "version": "0.6.0",
"description": "A Grafana data source for loading CSV data",
"keywords": [
"grafana",
0 commit comments