From 7675719911fda938c680fc49b7fc393d22cc45fd Mon Sep 17 00:00:00 2001 From: Joey Orlando Date: Tue, 25 Jul 2023 12:16:36 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 89c81f30..e4ccdc52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,18 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased -### Fixed - -- Bring heartbeats back to UI -- Address issue when Grafana feature flags which were enabled via the `feature_flags.enabled` were only properly being - parsed, when they were space-delimited. This fix allows them to be _either_ space or comma-delimited. - by @joeyorlando ([#2623](https://github.com/grafana/oncall/pull/2623)) +## v1.3.17 (2023-07-25) ### Added - Added banner on the ChatOps screen for OSS to let the user know if no chatops integration is enabled ([#1735](https://github.com/grafana/oncall/issues/1735)) +### Fixed + +- Bring heartbeats back to UI by @maskin25 ([#2550](https://github.com/grafana/oncall/pull/2550)) +- Address issue when Grafana feature flags which were enabled via the `feature_flags.enabled` were only properly being + parsed, when they were space-delimited. This fix allows them to be _either_ space or comma-delimited. + by @joeyorlando ([#2623](https://github.com/grafana/oncall/pull/2623)) + ## v1.3.16 (2023-07-21) ### Added