diff --git a/CHANGELOG.md b/CHANGELOG.md index 77f3b353..e3434020 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,11 @@ -## 1.19.1 (Unreleased) +## 1.19.1 (October 12, 2018) BUG FIXES: -* all: fix deprecation links in resources [GH-2197] [GH-2196] -* all: fix panics caused by including empty blocks with lists [GH-2229] [GH-2233] [GH-2239] -* compute: allow instance templates to have disks with no source image set [GH-2218] -* project: fix plan output when app engine api is not enabled [GH-2204] +* all: fix deprecation links in resources ([#2197](https://github.com/terraform-providers/terraform-provider-google/issues/2197)] [[#2196](https://github.com/terraform-providers/terraform-provider-google/issues/2196)) +* all: fix panics caused by including empty blocks with lists ([#2229](https://github.com/terraform-providers/terraform-provider-google/issues/2229)] [[#2233](https://github.com/terraform-providers/terraform-provider-google/issues/2233)] [[#2239](https://github.com/terraform-providers/terraform-provider-google/issues/2239)) +* compute: allow instance templates to have disks with no source image set ([#2218](https://github.com/terraform-providers/terraform-provider-google/issues/2218)) +* project: fix plan output when app engine api is not enabled ([#2204](https://github.com/terraform-providers/terraform-provider-google/issues/2204)) ## 1.19.0 (October 08, 2018)