X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=CHANGELOG.md;h=dff110a9b0ef9ba49c189b66631f4d21819dc660;hb=HEAD;hp=296651cc6ed941946380002ef00400c9b5703274;hpb=a6ddc0c931c22051c2f072877a1e0b18a939ef2e;p=github%2Ffretlink%2Fterraform-provider-statuscake.git diff --git a/CHANGELOG.md b/CHANGELOG.md index 296651c..dff110a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,21 @@ -## 0.2.1 (Unreleased) +## 1.1.0 (Unreleased) +## 1.0.0 (July 02, 2019) + +NOTES: + +* resource/statuscake_test: `contact_id (int)` has been deprecated, use instead: `contact_group (type: list)` ([#18](https://github.com/terraform-providers/terraform-provider-statuscake/issues/18)) +* resource/statuscake_test: `test_tags` has been changed from a CSV string to list of strings ([#18](https://github.com/terraform-providers/terraform-provider-statuscake/issues/18)) + +FEATURES: + +* Add support for Terraform 0.12 ([#32](https://github.com/terraform-providers/terraform-provider-statuscake/issues/32)) +* resource/statuscake_test: add `enable_ssl_alert` feature for uptime tests ([#26](https://github.com/terraform-providers/terraform-provider-statuscake/issues/26)) +* resource/statuscake_test: add support for Terraform ResourceImporter ([#36](https://github.com/terraform-providers/terraform-provider-statuscake/issues/36)) + +IMPROVEMENTS: + +* resource/statuscake_test: add `contact_group` with multiple contact IDs ([#18](https://github.com/terraform-providers/terraform-provider-statuscake/issues/18), [#34](https://github.com/terraform-providers/terraform-provider-statuscake/issues/34))) + ## 0.2.0 (July 27, 2018) IMPROVEMENTS: