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 4ccdf01 commit 0e8eaf7Copy full SHA for 0e8eaf7
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Change Log
2
3
+## [1.5.2]
4
+
5
+- **BugFix** - Fix config page backwards compatibility with Grafana < 10.1
6
7
## [1.5.1] - 2023-10-10
8
9
- **Feature** - Update configuration page
package.json
@@ -1,6 +1,6 @@
{
"name": "grafana-github-datasource",
- "version": "1.5.1",
+ "version": "1.5.2",
"description": "loads data from github issues/Pr's to Grafana",
"private": true,
"scripts": {
0 commit comments