diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ef7fa2..4ac3cdb 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.5][1.3.5] - 2020-11-25 + +### Changed +- 2 IPs moved from Frankfurt (`europe-west3`) to Eemshaven (`europe-west4`) + ## [1.3.4][1.3.4] - 2020-11-05 ### Fixed @@ -89,7 +94,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial Release -[unreleased]: https://github.com/captn3m0/terraform-data-looker-ips/compare/v1.3.4...HEAD +[unreleased]: https://github.com/captn3m0/terraform-data-looker-ips/compare/v1.3.5...HEAD +[1.3.5]: https://github.com/captn3m0/terraform-data-looker-ips/compare/v1.3.4...v1.3.5 [1.3.4]: https://github.com/captn3m0/terraform-data-looker-ips/compare/v1.3.3...v1.3.4 [1.3.3]: https://github.com/captn3m0/terraform-data-looker-ips/compare/v1.3.2...v1.3.3 [1.3.2]: https://github.com/captn3m0/terraform-data-looker-ips/compare/v1.3.1...v1.3.2 diff --git a/README.md b/README.md index 9c17a07..2484312 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.4" + version = "1.3.5" } resource "aws_security_group_rule" "allow_all_from_looker_aws_us" {