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 66a84c1 commit 35e6cb7Copy full SHA for 35e6cb7
CHANGELOG.md
@@ -1,6 +1,8 @@
1
# Changelog
2
3
-## Unreleased
+## 0.8.0 (2020-01-08)
4
+
5
+[Full changelog](https://github.com/marcusolsson/grafana-json-datasource/compare/v0.7.1...v0.8.0)
6
7
### Enhancements
8
@@ -10,6 +12,7 @@
10
12
### Bug fixes
11
13
14
- Grafana Explore gets stuck when adding a second query ([#31](https://github.com/marcusolsson/grafana-json-datasource/issues/31))
15
+- Multiple data source queries overwrite each other
16
17
## 0.7.1 (2020-12-07)
18
package.json
@@ -1,6 +1,6 @@
{
"name": "marcusolsson-json-datasource",
- "version": "0.7.1",
+ "version": "0.8.0",
"description": "A data source plugin for loading JSON APIs into Grafana.",
"scripts": {
"build": "grafana-toolkit plugin:build",
0 commit comments