From 130b15dc1876f4ff04b532cadd20f5d09646118a Mon Sep 17 00:00:00 2001 From: Kyle <1023070+kyle-sammons@users.noreply.github.com> Date: Fri, 12 Jul 2024 09:30:56 -0700 Subject: [PATCH] Cut a release for v0.6.2 (#60) --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 82b4916..9451b54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## 0.6.2 +### New features +* N/A + +### Breaking changes +* N/A + +### Bugs squashed +* Swapped the default query to be `*:*` instead of `*`. This was resulting in +a failure to load logs when using newer querying paths + ## 0.6.1 ### New features * N/A diff --git a/package.json b/package.json index c576385..c352a80 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "slack-astra-app", - "version": "0.6.1", + "version": "0.6.2", "description": "Grafana Astra App", "scripts": { "build": "webpack -c ./.config/webpack/webpack.config.ts --env production",