]> git.immae.eu Git - github/fretlink/terraform-provider-statuscake.git/commitdiff
Update CHANGELOG.md
authorJuan Carlos Alonso <me@jcalonso.com>
Sat, 22 Jun 2019 10:19:31 +0000 (11:19 +0100)
committerJuan Carlos Alonso <me@jcalonso.com>
Sat, 22 Jun 2019 10:19:31 +0000 (11:19 +0100)
CHANGELOG.md

index eea86891b8d370a1660c28795357fc71dceae656..b4149028ac3237854002fc00ece2e1df1cbd7ce0 100644 (file)
@@ -2,14 +2,18 @@
 
 NOTES:
 
-* resource/statuscake_test: `contact_id (int)` has been deprecated, use instead: `contact_group (type: list)`
-* resource:statuscake_test: `test_tags` has been changed from a CSV string to list of strings
+* 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:
 
-IMPROVEMENTS:
+* 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))
 
-* resource/statuscake_test: add `contact_group` with multiple contact IDs [GH-8]
+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)