Skip to content

Commit

Permalink
chore: release 2.1.0 (#24)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] authored Nov 4, 2021
1 parent b91c587 commit 9e7c47c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
This changelog is generated automatically based on [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/).

## [2.1.0](https://www.github.com/terraform-google-modules/terraform-google-composer/compare/v2.0.0...v2.1.0) (2021-10-19)


### Features

* add allowed_ip_ranges variable ([#21](https://www.github.com/terraform-google-modules/terraform-google-composer/issues/21)) ([b91c587](https://www.github.com/terraform-google-modules/terraform-google-composer/commit/b91c587706abd8f22d03976fff1c03cdef6d7d10))

## [2.0.0](https://www.github.com/terraform-google-modules/terraform-google-composer/compare/v1.0.0...v2.0.0) (2021-06-22)


Expand Down
2 changes: 1 addition & 1 deletion modules/create_environment/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ terraform {
}

provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-composer:create_environment/v2.0.0"
module_name = "blueprints/terraform/terraform-google-composer:create_environment/v2.1.0"
}

}
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ terraform {
}

provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-composer/v2.0.0"
module_name = "blueprints/terraform/terraform-google-composer/v2.1.0"
}

}

0 comments on commit 9e7c47c

Please sign in to comment.