From f44a4f40a3ae9488277619032bd1d9d0d3a80efc Mon Sep 17 00:00:00 2001 From: Vadim Stepanov Date: Mon, 27 Mar 2023 15:28:39 +0100 Subject: [PATCH] v1.2.2 changelog (#1631) --- CHANGELOG.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5590c2df..1e850878 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,20 +5,20 @@ 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). -## Unreleased +## v1.2.2 (2023-03-27) ### Changed -- Drawers with Forms are not closing by clicking outside of the drawer. Only by clicking Cancel or X ([1493](https://github.com/grafana/oncall/issues/1493)) +- Drawers with Forms are not closing by clicking outside of the drawer. Only by clicking Cancel or X (by @Ukochka in [#1608](https://github.com/grafana/oncall/pull/1608)) - When the `DANGEROUS_WEBHOOKS_ENABLED` environment variable is set to true, it's possible now to create Outgoing Webhooks - using URLs without a top-level domain ([1266](https://github.com/grafana/oncall/pull/1266)) -- Updated wording when creating an integration ([1572](https://github.com/grafana/oncall/pull/1572)) -- Set FCM iOS/Android "message priority" to "high priority" for mobile app push notifications ([1612](https://github.com/grafana/oncall/pull/1612)) + using URLs without a top-level domain (by @hoptical in [#1398](https://github.com/grafana/oncall/pull/1398)) +- Updated wording when creating an integration (by @callmehyde in [#1572](https://github.com/grafana/oncall/pull/1572)) +- Set FCM iOS/Android "message priority" to "high priority" for mobile app push notifications (by @joeyorlando in [#1612](https://github.com/grafana/oncall/pull/1612)) - Improve schedule quality feature (by @vadimkerr in [#1602](https://github.com/grafana/oncall/pull/1602)) ### Fixed -- Update override deletion changes to set its final duration +- Update override deletion changes to set its final duration (by @matiasb in [#1599](https://github.com/grafana/oncall/pull/1599)) ## v1.2.1 (2023-03-23)