Skip to content

Commit

Permalink
Prep 0.2.0 release (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanlb authored Jun 28, 2023
1 parent cab4721 commit 21b51ac
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## 0.2.0
### New features
N/A

### Breaking changes
* Minimum supported Grafana version moved from 8.0 to 9.5

### Bugs squashed
* Resolved an issue where attempting to use datasource alerting could return an error of `request handler error: [plugin.unavailable] plugin unavailable`
* Resolved the deprecation warnings on build system by migrating from `@grafana/toolkit` to `@grafana/create-plugin`


## 0.1.1
### New features
* Enabled datasource alerting
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "slack-kaldb-app",
"version": "0.1.1",
"version": "0.2.0",
"description": "Grafana KalDB App",
"scripts": {
"build": "webpack -c ./.config/webpack/webpack.config.ts --env production",
Expand Down

0 comments on commit 21b51ac

Please sign in to comment.