diff options
author | Mat Schaffer <mat@schaffer.me> | 2019-06-25 21:57:16 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-25 21:57:16 +0900 |
commit | 5a4ed01b2130166bd200fe8342052d7957765ba3 (patch) | |
tree | a7c588adc0f2a6f36fedd718f783d4e73a355bca | |
parent | 13dee36f20aabaf4adfc553084b77b2ac0f00cf2 (diff) | |
parent | 42ca36f395f53aeab45b5bbed65168592073991d (diff) | |
download | terraform-provider-statuscake-5a4ed01b2130166bd200fe8342052d7957765ba3.tar.gz terraform-provider-statuscake-5a4ed01b2130166bd200fe8342052d7957765ba3.tar.zst terraform-provider-statuscake-5a4ed01b2130166bd200fe8342052d7957765ba3.zip |
Merge pull request #39 from jcalonso/update-changelog
Update 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 | ||