Version Bump (v1.3.2)

This commit is contained in:
Nemo 2020-08-10 13:03:53 +05:30
parent f5c15b7b94
commit 28a6690053
2 changed files with 4 additions and 1 deletions

View File

@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [1.3.2][1.3.2] - 2020-08-10
- New IPs for GCP (us-east4, us-central1, us-west1, europe-west2)
## [1.3.1][1.3.1] - 2020-08-05
- Adds Iowa, Tokyo, and São Paulo regions (all GCP)
- The Sydney and Singapore regions went missing on the website for a while, added them back.

View File

@ -15,7 +15,7 @@ This module supports all 3 modes of hosting:
```
module "looker-ips" {
source = "captn3m0/looker-ips/data"
version = "1.3.0"
version = "1.3.2"
}
resource "aws_security_group_rule" "allow_all_from_looker_aws_us" {