Skip to content

Commit 9377eea

Browse files
chore: release 1.5.0 (#50)
* updated CHANGELOG.md [ci skip] * updated README.md [ci skip] Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent b39e2cd commit 9377eea

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.5.0](https://www.github.com/terraform-google-modules/terraform-google-cloud-storage/compare/v1.4.0...v1.5.0) (2020-04-22)
11+
12+
13+
### Features
14+
15+
* add support for lifecycle rules in simple bucket ([#49](https://www.github.com/terraform-google-modules/terraform-google-cloud-storage/issues/49)) ([b39e2cd](https://www.github.com/terraform-google-modules/terraform-google-cloud-storage/commit/b39e2cdf0848b59d00dd7fe65c917a5bf4a1176a))
16+
1017
## [1.4.0](https://www.github.com/terraform-google-modules/terraform-google-cloud-storage/compare/v1.3.0...v1.4.0) (2020-03-04)
1118

1219

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Basic usage of this module is as follows:
2323
```hcl
2424
module "gcs_buckets" {
2525
source = "terraform-google-modules/cloud-storage/google"
26-
version = "~> 1.4"
26+
version = "~> 1.5"
2727
project_id = "<PROJECT ID>"
2828
names = ["first", "second"]
2929
prefix = "my-unique-prefix"

0 commit comments

Comments
 (0)