Update CHANGELOG.md

This commit is contained in:
Dana Hoffman 2018-03-22 09:55:19 -07:00 committed by GitHub
parent 790711c649
commit 84ae26a099
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,11 @@
## 1.8.1 (Unreleased)
## 1.9.0 (Unreleased)
FEATURES:
* **New Resource** `google_compute_security_policy` [GH-1242]
IMPROVEMENTS:
* compute: Add `wait_for_instances` field to `google_compute_instance_group_manager` and self_link option to the `google_compute_instance_group` data source [GH-1222]
* compute: add support for security policies in backend services [GH-1243]
BUG FIXES:
* compute: fix panic when setting empty iap block [GH-1232]