From eaa20712f0b96590a774bec30656271c94c0aa91 Mon Sep 17 00:00:00 2001 From: Joey Orlando Date: Tue, 25 Jul 2023 12:18:14 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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