diff --git a/CHANGELOG.md b/CHANGELOG.md index ceecbb392..7eee62987 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# v5.11.0 (Thu Aug 29 2024) + +#### 🚀 Enhancement + +- `@grafana/scenes` + - AdHocFilters: Add support for new `isOneOf` multi value operator [#868](https://github.com/grafana/scenes/pull/868) ([@ashharrison90](https://github.com/ashharrison90)) + +#### Authors: 1 + +- Ashley Harrison ([@ashharrison90](https://github.com/ashharrison90)) + +--- + # v5.10.2 (Wed Aug 28 2024) #### 🐛 Bug Fix diff --git a/packages/scenes/CHANGELOG.md b/packages/scenes/CHANGELOG.md index 5a8136b92..4d6f4d9e0 100644 --- a/packages/scenes/CHANGELOG.md +++ b/packages/scenes/CHANGELOG.md @@ -1,3 +1,15 @@ +# v5.11.0 (Thu Aug 29 2024) + +#### 🚀 Enhancement + +- AdHocFilters: Add support for new `isOneOf` multi value operator [#868](https://github.com/grafana/scenes/pull/868) ([@ashharrison90](https://github.com/ashharrison90)) + +#### Authors: 1 + +- Ashley Harrison ([@ashharrison90](https://github.com/ashharrison90)) + +--- + # v5.10.2 (Wed Aug 28 2024) #### 🐛 Bug Fix