diff options
author | Mat Schaffer <mat@schaffer.me> | 2018-08-20 13:25:29 +0900 |
---|---|---|
committer | Mat Schaffer <mat@schaffer.me> | 2018-08-20 13:25:29 +0900 |
commit | 9676fb99c312a3ba344b2ec0b9ef8b1ba7a46630 (patch) | |
tree | 7f7c665973be47b89e7b0c976ea1a6de46ec1c64 | |
parent | 7f6f2d1fae833992b11500248d537e0ba3fa48ff (diff) | |
download | terraform-provider-statuscake-9676fb99c312a3ba344b2ec0b9ef8b1ba7a46630.tar.gz terraform-provider-statuscake-9676fb99c312a3ba344b2ec0b9ef8b1ba7a46630.tar.zst terraform-provider-statuscake-9676fb99c312a3ba344b2ec0b9ef8b1ba7a46630.zip |
Update CHANGELOG.md
-rw-r--r-- | CHANGELOG.md | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 296651c..117c54e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md | |||
@@ -1,4 +1,16 @@ | |||
1 | ## 0.2.1 (Unreleased) | 1 | ## 1.0.0 (Unreleased) |
2 | |||
3 | NOTES: | ||
4 | |||
5 | * resource/statuscake_test: `contact_id (int)` has been replaced with `contact_group (type: list)` | ||
6 | * resource:statuscake_test: `test_tags` has been changed from a CSV string to list of strings | ||
7 | |||
8 | |||
9 | IMPROVEMENTS: | ||
10 | |||
11 | * resource/statuscake_test: add `contact_group` with multiple contact IDs [GH-8] | ||
12 | |||
13 | |||
2 | ## 0.2.0 (July 27, 2018) | 14 | ## 0.2.0 (July 27, 2018) |
3 | 15 | ||
4 | IMPROVEMENTS: | 16 | IMPROVEMENTS: |