From e9828d872fb0a1288f53bdf5a0e41f29f756c688 Mon Sep 17 00:00:00 2001 From: Alexis Jasso Date: Tue, 7 May 2024 11:36:34 -0700 Subject: [PATCH] Update changelog for release of v0.9.0 (#155) --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6239271d..e8e57cf0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 0.9.0 + +* **New Data Source**: `firehydrant_ingest_url` ([#152](https://github.com/firehydrant/terraform-provider-firehydrant/pull/152)). +* **Added to Resource**: `firehydrant_signal_rule` `incident_type_id` can now be specified for rules ([#153](https://github.com/firehydrant/terraform-provider-firehydrant/pull/153)). + +BUG FIXES: +* `EffectiveAt` is now sent for all on call schedule updates. ([#154](https://github.com/firehydrant/terraform-provider-firehydrant/pull/154)). + ## 0.8.0 * `firehydrant_on_call_schedule` scheduling strategy now supports `custom` shift durations ([#151](https://github.com/firehydrant/terraform-provider-firehydrant/pull/151)).