Skip to content

Commit e39efcd

Browse files
authored
release 1.9.1 (#378)
1 parent 77c5324 commit e39efcd

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Change Log
22

3+
## [1.9.1]
4+
5+
- **Docs** - Add video tutorial to the README
6+
- **Docs** - Update documentation for permissions and provisioning
7+
- **Docs** - Update documentation plugin setup
8+
- **Chore** - Bump github.com/grafana/grafana-plugin-sdk-go from 0.252.0 to 0.255.0
9+
- **Chore** - Bump github.com/grafana/grafana-plugin-sdk-go from 0.251.0 to 0.252.0
10+
- **Chore** - Bump github.com/grafana/grafana-plugin-sdk-go from 0.250.0 to 0.251.0
11+
312
## [1.9.0]
413

514
- **Feature** - Add support for GitHub App authentication

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "grafana-github-datasource",
3-
"version": "1.9.0",
3+
"version": "1.9.1",
44
"private": true,
5-
"description": "loads data from github issues/Pr's to Grafana",
5+
"description": "The GitHub data source plugin for Grafana lets you to query the GitHub API in Grafana so you can visualize your GitHub repositories and projects.",
66
"repository": "github:grafana/github-datasource",
77
"license": "Apache-2.0",
88
"author": "Grafana Labs <[email protected]> (https://grafana.com)",

0 commit comments

Comments
 (0)