Skip to content

Commit

Permalink
Prep 0.2.1 release (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanlb authored Jul 13, 2023
1 parent 1b1c86d commit 88e6889
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 0.2.1
### New features
N/A

### Breaking changes
* Removes deprecated "raw document" type from selectable metric options (prefer "raw data" moving forward)

### Bugs squashed
* Explore no longer requests an unused aggregation when querying logs

## 0.2.0
### New features
N/A
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.2.0",
"version": "0.2.1",
"description": "Grafana KalDB App",
"scripts": {
"build": "webpack -c ./.config/webpack/webpack.config.ts --env production",
Expand Down

0 comments on commit 88e6889

Please sign in to comment.