From 7f706c5a26d883a5dbc4595bcfa49bee608622eb Mon Sep 17 00:00:00 2001 From: Innokentii Konstantinov Date: Wed, 1 Mar 2023 17:05:25 +0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 753db01e..1c898ee7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ 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.1.31 (2023-03-01) + +### Added + +- Add acknowledge_signal and source link to public api + ## v1.1.30 (2023-03-01) ### Fixed @@ -25,10 +31,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Add pagination to schedule listing - Show 100 latest alerts on alert group page ([1417](https://github.com/grafana/oncall/pull/1417)) -### Added - -- Add acknowledge_signal and source link to public api - ## v1.1.29 (2023-02-23) ### Changed