From 402836af4da806e261cd634a74c6373e0d64f60f Mon Sep 17 00:00:00 2001 From: Kyle Sammons Date: Fri, 16 Feb 2024 10:14:40 -0800 Subject: [PATCH] Cut a release for v0.5.1 --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) 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",