From 31687553b4ab2a3bc72f9f7d8077c7bb20d6fbe3 Mon Sep 17 00:00:00 2001 From: Databases Frontend CI Bot Date: Tue, 19 Nov 2024 08:58:34 +0000 Subject: [PATCH] 0.1.17 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c50059f..f8c2da23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.1.17](https://github.com/grafana/explore-profiles/compare/v0.1.16...v0.1.17) (2024-11-19) + + +### Bug Fixes + +* **ServiceDropdown:** Retrieve last used service name only if it's not provided in the URL ([#284](https://github.com/grafana/explore-profiles/issues/284)) ([28ca16e](https://github.com/grafana/explore-profiles/commit/28ca16ea5cd1340019278756fd9cfa7f583df268)) + + + ## [0.1.16](https://github.com/grafana/explore-profiles/compare/v0.1.15...v0.1.16) (2024-11-14) diff --git a/package.json b/package.json index 03e3a2e1..dac42d24 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pyroscope-app-plugin", - "version": "0.1.16", + "version": "0.1.17", "description": "Grafana Pyroscope app plugin (profiles)", "license": "AGPL-3.0-only", "author": "Grafana",