From a3c53e86c7bc7988faa4ef63c6d63c56227dc9c4 Mon Sep 17 00:00:00 2001 From: lordsarcastic Date: Fri, 31 Jan 2025 15:02:58 +0100 Subject: [PATCH] Bumped integration version --- integrations/pagerduty/CHANGELOG.md | 8 ++++++++ integrations/pagerduty/pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/integrations/pagerduty/CHANGELOG.md b/integrations/pagerduty/CHANGELOG.md index 6ba1a8a721..8f1028d474 100644 --- a/integrations/pagerduty/CHANGELOG.md +++ b/integrations/pagerduty/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## 0.2.18 (2025-01-31) + + +### Bug Fixes + +- Changed incident analytics API endpoint to fix rate limit errors when incident analytics are enabled + + ## 0.2.17 (2025-01-29) diff --git a/integrations/pagerduty/pyproject.toml b/integrations/pagerduty/pyproject.toml index 522f33b5c5..4ca1e86d27 100644 --- a/integrations/pagerduty/pyproject.toml +++ b/integrations/pagerduty/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pagerduty" -version = "0.2.17" +version = "0.2.18" description = "PagerDuty Integration" authors = ["Port Team "]