From 60e86d7ba26dc4f6d36368c2c7c3102ad715fa6e Mon Sep 17 00:00:00 2001 From: Carlos Gajardo Date: Tue, 19 Nov 2024 10:30:47 -0300 Subject: [PATCH] Update CHANGELOG.md v3.18.0 --- CHANGELOG.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 375c20f4c..eeca45bd7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,19 @@ +## v3.18.0 (November 19, 2024) + +FEATURES: + +* Add `only_invocable_on_unresolved_incidents` to Automation Action's schema ([945](https://github.com/PagerDuty/terraform-provider-pagerduty/pull/945)) + +IMPROVEMENTS: + +* Add description to `alert_grouping_setting` docs ([953](https://github.com/PagerDuty/terraform-provider-pagerduty/pull/953)) + + ## v3.17.2 (November 11, 2024) BUG FIXES: -* Address: Using pagerduty_alert_grouping_setting causes error HTTP response failed with status code 404 and no JSON error object was present ([952](https://github.com/PagerDuty/terraform-provider-pagerduty/pull/952)) +* Address: Using `pagerduty_alert_grouping_setting` causes error HTTP response failed with status code 404 and no JSON error object was present ([952](https://github.com/PagerDuty/terraform-provider-pagerduty/pull/952)) ## v3.17.1 (November 8, 2024)