From e5a420f75ad951a180354304d1492786ef112ebe Mon Sep 17 00:00:00 2001 From: Vadim Stepanov Date: Fri, 3 Feb 2023 12:49:55 +0000 Subject: [PATCH] v1.1.22 --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f30eb442..cce7d1ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,16 +5,16 @@ 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.1.22 (2023-02-03) ### Fixed -- Fix bug with root/dependant alert groups list api endpoint([1284](https://github.com/grafana/oncall/pull/1284)) +- Fix bug with root/dependant alert groups list api endpoint ([1284](https://github.com/grafana/oncall/pull/1284)) - Fixed NPE on teams switch ### Added -- Optimize alert and alert group public api endpoints and add filter by id ([1274](https://github.com/grafana/oncall/pull/1274) +- Optimize alert and alert group public api endpoints and add filter by id ([1274](https://github.com/grafana/oncall/pull/1274)) - Enable mobile app backend by default on OSS ## v1.1.21 (2023-02-02)