Update CHANGELOG.md

This commit is contained in:
Andrew Starr-Bochicchio 2020-07-20 15:22:23 -04:00 committed by GitHub
parent 53cb1232f5
commit a5a7e8ce76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 1 deletions

View File

@ -1,4 +1,14 @@
## 1.21.0 (Unreleased)
## 1.21.0 (July 20, 2020)
IMPROVEMENTS:
* resource/digitalocean_loadbalancer: Adds 'https' to list of acceptable healthcheck protocols ([#460](https://github.com/digitalocean/terraform-provider-digitalocean/pull/460)). Thanks to @gcox!
* provider: Update module and import paths for repository transfer ([#463](https://github.com/digitalocean/terraform-provider-digitalocean/pull/463)).
BUG FIXES:
* resource/digitalocean_vpc: Increase timeout on VPC deletion retry ([#455](https://github.com/digitalocean/terraform-provider-digitalocean/pull/455)).
## 1.20.0 (June 15, 2020)
FEATURES: