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
 
 <!-- towncrier release notes start -->
 
+## 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 <support@getport.io>"]