Skip to content

Commit 153288b

Browse files
chore: release 1.4.0 (#64)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent a1ef992 commit 153288b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ The format is based on
77
and this project adheres to
88
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
99

10+
## [1.4.0](https://www.github.com/terraform-google-modules/terraform-google-bootstrap/compare/v1.3.4...v1.4.0) (2020-10-14)
11+
12+
13+
### Features
14+
15+
* Replaces deprecated bucket_policy_only for uniform_bucket_level_access ([#63](https://www.github.com/terraform-google-modules/terraform-google-bootstrap/issues/63)) ([a1ef992](https://www.github.com/terraform-google-modules/terraform-google-bootstrap/commit/a1ef9924a325331539bdb9eedbb8007d0b35be80))
16+
1017
### [1.3.4](https://www.github.com/terraform-google-modules/terraform-google-bootstrap/compare/v1.3.3...v1.3.4) (2020-09-17)
1118

1219

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Basic usage of this module is as follows:
99
```hcl
1010
module "bootstrap" {
1111
source = "terraform-google-modules/bootstrap/google"
12-
version = "~> 1.3"
12+
version = "~> 1.4"
1313
1414
org_id = "<ORGANIZATION_ID>"
1515
billing_account = "<BILLING_ACCOUNT_ID>"

0 commit comments

Comments
 (0)