Skip to content

Commit 35e6cb7

Browse files
committed
Prepare for release
1 parent 66a84c1 commit 35e6cb7

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Changelog
22

3-
## Unreleased
3+
## 0.8.0 (2020-01-08)
4+
5+
[Full changelog](https://github.com/marcusolsson/grafana-json-datasource/compare/v0.7.1...v0.8.0)
46

57
### Enhancements
68

@@ -10,6 +12,7 @@
1012
### Bug fixes
1113

1214
- 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
1316

1417
## 0.7.1 (2020-12-07)
1518

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "marcusolsson-json-datasource",
3-
"version": "0.7.1",
3+
"version": "0.8.0",
44
"description": "A data source plugin for loading JSON APIs into Grafana.",
55
"scripts": {
66
"build": "grafana-toolkit plugin:build",

0 commit comments

Comments
 (0)