diff --git a/integrations/pagerduty/.port/spec.yaml b/integrations/pagerduty/.port/spec.yaml index 7981143e7b..fba4b070ac 100644 --- a/integrations/pagerduty/.port/spec.yaml +++ b/integrations/pagerduty/.port/spec.yaml @@ -35,4 +35,4 @@ saas: description: '"Access Token for Pagerduty OAuth2 integration"' valuesOverride: integrationSpec: - appUrl: '"https://api.pagerduty.com"' + apiUrl: '"https://api.pagerduty.com"' diff --git a/integrations/pagerduty/CHANGELOG.md b/integrations/pagerduty/CHANGELOG.md index 8fe52c3a9c..1c1355bd0e 100644 --- a/integrations/pagerduty/CHANGELOG.md +++ b/integrations/pagerduty/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## 0.2.1 (2024-12-30) + +- Fixed apiUrl typo in spec + + ## 0.2.0 (2024-12-30) diff --git a/integrations/pagerduty/pyproject.toml b/integrations/pagerduty/pyproject.toml index 2b06d0864b..a8e4c0d543 100644 --- a/integrations/pagerduty/pyproject.toml +++ b/integrations/pagerduty/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pagerduty" -version = "0.2.0" +version = "0.2.1" description = "PagerDuty Integration" authors = ["Port Team "]