From 5036d719d7491c669fb9499883b5f35f6489b03d Mon Sep 17 00:00:00 2001 From: Matias Bordese Date: Fri, 9 Dec 2022 15:16:33 -0300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e261c31..aeb3f63f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,15 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## v1.2.0 (2022-12-12) +## v1.1.7 (2022-12-09) + +### Fixed + +- Update fallback role for schedule write RBAC permission +- Mobile App Verification tab in the user settings modal is now hidden for users that do not have proper + permissions to use it + +## v1.1.6 (2022-12-09) ### Added @@ -21,8 +29,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Got 500 error when saving Outgoing Webhook ([#890](https://github.com/grafana/oncall/issues/890)) - v1.0.13 helm chart - update the OnCall backend pods image pull policy to "Always" (and explicitly set tag to `latest`). This should resolve some recent issues experienced where the frontend/backend versions are not aligned. -- Mobile App Verification tab in the user settings modal is now hidden for users that do not have proper - permissions to use it ### Changed