diff --git a/CHANGELOG.md b/CHANGELOG.md index b894b22ee..b8a7482f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# v5.18.2 (Mon Oct 07 2024) + +#### 🐛 Bug Fix + +- `@grafana/scenes` + - Interpolation: Fixes queryparam variable format when used with adhoc filter variable [#931](https://github.com/grafana/scenes/pull/931) ([@torkelo](https://github.com/torkelo)) + +#### Authors: 1 + +- Torkel Ödegaard ([@torkelo](https://github.com/torkelo)) + +--- + # v5.18.1 (Mon Oct 07 2024) #### 🐛 Bug Fix diff --git a/packages/scenes/CHANGELOG.md b/packages/scenes/CHANGELOG.md index c8919c082..7c6b2551d 100644 --- a/packages/scenes/CHANGELOG.md +++ b/packages/scenes/CHANGELOG.md @@ -1,3 +1,15 @@ +# v5.18.2 (Mon Oct 07 2024) + +#### 🐛 Bug Fix + +- Interpolation: Fixes queryparam variable format when used with adhoc filter variable [#931](https://github.com/grafana/scenes/pull/931) ([@torkelo](https://github.com/torkelo)) + +#### Authors: 1 + +- Torkel Ödegaard ([@torkelo](https://github.com/torkelo)) + +--- + # v5.18.0 (Fri Oct 04 2024) #### 🚀 Enhancement