From afa590a745a1a8aab8515336f96ebc51f7499227 Mon Sep 17 00:00:00 2001 From: Joey Orlando Date: Thu, 1 Feb 2024 15:03:09 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b57054c4..be89b519 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,15 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## v1.3.100 (2024-02-01) + ### Added -- Enable Grafana Alerting V2 feature flag by default - Allow configuration of outgoing webhook timeout via `OUTGOING_WEBHOOK_TIMEOUT` environment variable @kevindw-fluxys ([#3801](https://github.com/grafana/oncall/pull/3801)) ### Fixed - Handle alert group does not exist on telegram button press ([#3814](https://github.com/grafana/oncall/pull/3814)) +## v1.3.99 (2024-02-01) + +### Added + +- Enable Grafana Alerting V2 feature flag by default + ## v1.3.98 (2024-02-01) ### Fixed