We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 236fbcd commit 2d75184Copy full SHA for 2d75184
CHANGELOG.md
@@ -1,5 +1,17 @@
1
# Changelog
2
3
+## 1.0.1 (2021-03-05)
4
+
5
+[Full changelog](https://github.com/marcusolsson/grafana-json-datasource/compare/v1.0.0...v1.0.1)
6
7
+### Enhancements
8
9
+- Add annotation support
10
11
+### Bug fixes
12
13
+- Can't connect to API when URL contains encoded slash ([#59](https://github.com/marcusolsson/grafana-json-datasource/issues/59))
14
15
## 1.0.0 (2021-03-04)
16
17
[Full changelog](https://github.com/marcusolsson/grafana-json-datasource/compare/v0.10.1...v1.0.0)
package.json
@@ -1,6 +1,6 @@
{
"name": "marcusolsson-json-datasource",
- "version": "1.0.0",
+ "version": "1.0.1",
"description": "A data source plugin for loading JSON APIs into Grafana",
"keywords": [
"grafana",
0 commit comments