From 264b039ae0d59441d51752c5ffb1c4b939a21eaf Mon Sep 17 00:00:00 2001 From: Nemo Date: Thu, 26 Nov 2020 11:31:32 +0530 Subject: [PATCH] [release] v1.3.6 --- CHANGELOG.md | 5 +++++ README.md | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ac3cdb..d1102c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased][unreleased] +## [1.3.6][1.3.6] - 2020-11-26 + +### Removed +- 12 IPs removed from various GCP and AWS zones. + ## [1.3.5][1.3.5] - 2020-11-25 ### Changed diff --git a/README.md b/README.md index 2484312..d976e5f 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Please make sure to read the Looker documentation before you start using this mo ```hcl module "looker-ips" { source = "captn3m0/looker-ips/data" - version = "1.3.5" + version = "1.3.6" } resource "aws_security_group_rule" "allow_all_from_looker_aws_us" {