diff --git a/CHANGELOG.md b/CHANGELOG.md index e4ccdc52..dc2ca270 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added banner on the ChatOps screen for OSS to let the user know if no chatops integration is enabled ([#1735](https://github.com/grafana/oncall/issues/1735)) +- Add `rbac_enabled` to `GET /api/internal/v1/current_team` response schema + `rbac_permissions` to `GET /api/internal/v1/user` + response schema by @joeyorlando ([#2611](https://github.com/grafana/oncall/pull/2611)) ### Fixed @@ -28,8 +30,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Allow persisting mobile app's timezone, to allow for more accurate datetime related notifications by @joeyorlando ([#2601](https://github.com/grafana/oncall/pull/2601)) - Add filter integrations by type ([2609](https://github.com/grafana/oncall/pull/2609)) -- Add `rbac_enabled` to `GET /api/internal/v1/current_team` response schema + `rbac_permissions` to `GET /api/internal/v1/user` - response schema by @joeyorlando ([#2611](https://github.com/grafana/oncall/pull/2611)) ### Changed