diff options
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index eea8689..b414902 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md | |||
@@ -2,14 +2,18 @@ | |||
2 | 2 | ||
3 | NOTES: | 3 | NOTES: |
4 | 4 | ||
5 | * resource/statuscake_test: `contact_id (int)` has been deprecated, use instead: `contact_group (type: list)` | 5 | * 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)) |
6 | * resource:statuscake_test: `test_tags` has been changed from a CSV string to list of strings | 6 | * 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)) |
7 | 7 | ||
8 | FEATURES: | ||
8 | 9 | ||
9 | IMPROVEMENTS: | 10 | * Add support for Terraform 0.12 ([#32](https://github.com/terraform-providers/terraform-provider-statuscake/issues/32)) |
11 | * resource/statuscake_test: add `enable_ssl_alert` feature for uptime tests ([#26](https://github.com/terraform-providers/terraform-provider-statuscake/issues/26)) | ||
12 | * resource/statuscake_test: add support for Terraform ResourceImporter ([#36](https://github.com/terraform-providers/terraform-provider-statuscake/issues/36)) | ||
10 | 13 | ||
11 | * resource/statuscake_test: add `contact_group` with multiple contact IDs [GH-8] | 14 | IMPROVEMENTS: |
12 | 15 | ||
16 | * 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))) | ||
13 | 17 | ||
14 | ## 0.2.0 (July 27, 2018) | 18 | ## 0.2.0 (July 27, 2018) |
15 | 19 | ||