From 835bff14e61e76c45fc097f40e3d7a4650f01e5c Mon Sep 17 00:00:00 2001 From: Vincent Roseberry Date: Tue, 2 Jan 2018 16:32:00 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 543c4873..e3b29e74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,7 @@ IMPROVEMENTS: BUG FIXES: * compute: Suppress diff for equivalent value in `google_compute_disk` image field [GH-884] +* compute: Read IAP settings properly in `google_compute_backend_service` [GH-907] * storage: Fix bug blocking the update of a storage object if its content is dynamic/interpolated. [GH-848] * storage: Fix bug preventing the removal of lifecycle rules for a `google_storage_bucket`. [GH-850]