diff --git a/CHANGELOG.md b/CHANGELOG.md index 2423d04a481..eafd7243079 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1386,6 +1386,16 @@ In the Loki data source, for consistency and performance reasons, we changed how The dependency to [grafana/aws-sdk](https://github.com/grafana/grafana-aws-sdk-react) is moved from [grafana/ui](https://github.com/grafana/grafana/blob/main/packages/grafana-ui/package.json) to the plugin. This means that any plugin that use SIGV4 auth need to pass a SIGV4 editor component as a prop to the `DataSourceHttpSettings` component. Issue [#43559](https://github.com/grafana/grafana/issues/43559) + + +# 8.5.14 (2022-10-11) + +### Features and enhancements + +- **Access Control:** Allow org admins to invite new users. [#55585](https://github.com/grafana/grafana/pull/55585), [@IevaVasiljeva](https://github.com/IevaVasiljeva) + + + # 8.5.13 (2022-09-20)