From 12a4f1a8bea1c9a57d57b69daf982d83f80cad2e Mon Sep 17 00:00:00 2001 From: Horst Gutmann Date: Wed, 25 Jan 2023 11:01:57 +0100 Subject: [PATCH] Changelog: Updated changelog for 9.2.10 (#62066) (#62076) * Changelog: Updated changelog for 9.2.10 * Update CHANGELOG.md * Update CHANGELOG.md Co-authored-by: Horst Gutmann (cherry picked from commit 87023c85cb767e275bda9f054d1863c5bab03caa) Co-authored-by: Grot (@grafanabot) <43478413+grafanabot@users.noreply.github.com> --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 607e139e9b0..12b23c2abff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ + + +# 9.2.10 (2023-01-24) + +### Features and enhancements + +- **TextPanel:** Refactor to functional component (#60885). [#61940](https://github.com/grafana/grafana/pull/61940), [@ryantxu](https://github.com/ryantxu) +- **[v9.2.x] Chore:** Upgrade Go to 1.19.4. [#60826](https://github.com/grafana/grafana/pull/60826), [@sakjur](https://github.com/sakjur) + +### Bug fixes + +- **Live:** Fix `Subscription to the channel already exists` live streaming error. [#61420](https://github.com/grafana/grafana/pull/61420), [@grafanabot](https://github.com/grafanabot) +- **Live:** Fix `Subscription to the channel already exists` live streaming error. [#61419](https://github.com/grafana/grafana/pull/61419), [@grafanabot](https://github.com/grafanabot) +- **Live:** Fix `Subscription to the channel already exists` live streaming error. [#61406](https://github.com/grafana/grafana/pull/61406), [@ArturWierzbicki](https://github.com/ArturWierzbicki) + + + # 9.2.7 (2022-11-29)