diff --git a/CHANGELOG.md b/CHANGELOG.md index 9be42fc..50df2c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index b914573..febd6a6 100644 --- a/package.json +++ b/package.json @@ -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",