diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e3d1171a..a66b6b636 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v3.14.1 (June 19, 2024) + +IMPROVEMENTS: + +* Fix datasource `pagerduty_service_integration` not finding service when they're many ([#886](https://github.com/PagerDuty/terraform-provider-pagerduty/pull/886)) + ## 3.14.0 (June 14, 2024) FEATURES: @@ -1221,9 +1227,9 @@ BUG FIXES: BUG FIXES: -* data-source/pagerduty_team: Fix team search issue [[#110](https://github.com/PagerDuty/terraform-provider-pagerduty/issues/110)] +* data-source/pagerduty_team: Fix team search issue ([#110](https://github.com/PagerDuty/terraform-provider-pagerduty/issues/110)) * resource/pagerduty_maintenance_window: Suppress spurious diff in `start_time` & `end_time` ([#116](https://github.com/PagerDuty/terraform-provider-pagerduty/issues/116)) -* resource/pagerduty_service: Set invitation_sent [[#127](https://github.com/PagerDuty/terraform-provider-pagerduty/issues/127)] +* resource/pagerduty_service: Set invitation_sent ([#127](https://github.com/PagerDuty/terraform-provider-pagerduty/issues/127)) * resource/pagerduty_escalation_policy: Correctly set teams ([#129](https://github.com/PagerDuty/terraform-provider-pagerduty/issues/129)) IMPROVEMENTS: