From 952af0b36f0dfb9e3173a244cde71c133b4d244b Mon Sep 17 00:00:00 2001 From: Joey Orlando Date: Thu, 29 Jun 2023 07:42:36 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 56aa5211..c3dda19f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,24 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased -## v1.3.4 (2023-06-29) - -### Changed - -- Change OnCall plugin to use service accounts and api tokens for communicating with backend, by @mderynck ([#2385](https://github.com/grafana/oncall/pull/2385)) - -## v1.3.3 (2023-06-28) +## v1.3.2 (2023-06-29) ### Added - Add metric "how many alert groups user was notified of" to Prometheus exporter ([#2334](https://github.com/grafana/oncall/pull/2334/)) -## v1.3.2 (2023-06-28) - ### Changed - Change permissions used during setup to better represent actions being taken by @mderynck ([#2242](https://github.com/grafana/oncall/pull/2242)) - Display 100000+ in stats when there are more than 100000 alert groups in the result ([#1901](https://github.com/grafana/oncall/pull/1901)) +- Change OnCall plugin to use service accounts and api tokens for communicating with backend, by @mderynck ([#2385](https://github.com/grafana/oncall/pull/2385)) ### Fixed