Skip to content

Commit

Permalink
Cut a release for v0.5.1 (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyle-sammons authored Feb 16, 2024
1 parent 7d4ec4e commit df27681
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## 0.5.1
### New features
* N/A

### Breaking changes
* N/A

### Bugs squashed
* Fixed a bug that was preventing the histogram from rendering on Grafana 10
* Fixed an off-by-one error that was preventing a result with 1 log returned from rendering
* Fixed a bug that was preventing metadata fields from being rendered in the expanded view


## 0.5.0
### New features
* Significantly improved the performance through proper virtualization
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.5.0",
"version": "0.5.1",
"description": "Grafana KalDB App",
"scripts": {
"build": "webpack -c ./.config/webpack/webpack.config.ts --env production",
Expand Down

0 comments on commit df27681

Please sign in to comment.