From b64a25806b10906b5edaf4d5e36a52be34b64821 Mon Sep 17 00:00:00 2001 From: release-bot Date: Fri, 15 Dec 2023 00:08:38 +0000 Subject: [PATCH] chore(release): 1.1.0 --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index af0df3b..8774867 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [1.1.0](https://github.com/argentumcode/systemd-failure-pagerduty/compare/v1.0.0...v1.1.0) (2023-12-15) + + +### Features + +* add dedup key to supress duplicate alerts ([83e8488](https://github.com/argentumcode/systemd-failure-pagerduty/commit/83e8488af9a7796280fb96f8db4a02e5977584cd)) +* retry for sending events to Pagerduty ([38db2a6](https://github.com/argentumcode/systemd-failure-pagerduty/commit/38db2a65be3a473d4fea18189e6c436ae01d201a)) + + +### Bug Fixes + +* **deps:** update dependencies ([54d06ec](https://github.com/argentumcode/systemd-failure-pagerduty/commit/54d06ec7341c52079f7109b0e40bcdfe0b15d41d)) + ## 1.0.0 (2022-10-05)