From cc31af20dcb22bd5b6b9f49a5cc70538361f3f8c Mon Sep 17 00:00:00 2001 From: Michael Derynck Date: Tue, 3 Jan 2023 14:07:32 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d433ee1..642af4eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ 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.12 (2023-01-03) + +### Fixed + + - Handle jinja exceptions during alert creation + - Handle exception for slack rate limit message + ## v1.1.11 (2023-01-03) ### Fixed