diff --git a/CHANGELOG.md b/CHANGELOG.md index de3ccf8..7f9fed2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.4.2](https://github.com/pyroscope-io/grafana-panel-plugin/compare/v1.4.1...v1.4.2) (2023-03-16) + + +### Bug Fixes + +* don't crash when an invalid `flamebearer` is passed ([#10](https://github.com/pyroscope-io/grafana-panel-plugin/issues/10)) ([310f67b](https://github.com/pyroscope-io/grafana-panel-plugin/commit/310f67bac484d47c4cf9f741c24e9ca43a6040c2)) + ## [1.4.1] (2022-11-14) * support template variables diff --git a/package.json b/package.json index 2727aab..89406fc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pyroscope-pyroscope-grafana", - "version": "1.4.1", + "version": "1.4.2", "description": "Pyroscope panel plugin for grafana", "scripts": { "cy:open": "cypress open",