From 790f878eca9a0f3c756063d40dd1ea03b326746f Mon Sep 17 00:00:00 2001 From: "grafana-delivery-bot[bot]" <132647405+grafana-delivery-bot[bot]@users.noreply.github.com> Date: Thu, 12 Oct 2023 10:21:27 +0000 Subject: [PATCH] Changelog: Updated changelog for 9.5.13 (#76418) Co-authored-by: grafanabot --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 185e6222bf7..20340a4d5a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -947,6 +947,21 @@ The `database` field has been deprecated in the Elasticsearch datasource provisi - **InteractiveTable:** Updated design and minor tweak to Correlactions page. [#66443](https://github.com/grafana/grafana/issues/66443), [@torkelo](https://github.com/torkelo) + + +# 9.5.13 (2023-10-11) + +### Features and enhancements + +- **Licensing:** Updated grpc plugin factory newPlugin signature. (Enterprise) + +### Bug fixes + +- **BrowseDashboards:** Only remember the most recent expanded folder. [#74817](https://github.com/grafana/grafana/issues/74817), [@joshhunt](https://github.com/joshhunt) +- **Licensing:** Pass func to update env variables when starting plugin. [#74681](https://github.com/grafana/grafana/issues/74681), [@leandro-deveikis](https://github.com/leandro-deveikis) +- **RBAC:** Chore fix hasPermissionInOrg. (Enterprise) + + # 9.5.12 (2023-09-29)