Update CHANGELOG.md

This commit is contained in:
Joey Orlando 2023-07-25 12:18:14 -04:00 committed by GitHub
parent 7675719911
commit eaa20712f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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