File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+
11+ ## [ 0.16.0]
12+
1013### Fixed
1114
12- - Set correct default value for ` delete_branch_on_merge ` in docs
15+ - Set correct default value for ` delete_branch_on_merge ` in docs
16+ - BREAKING CHANGE: Remove support for multi-type variable ` branches ` (removed ` list(string) ` support)
1317
1418## [ 0.15.0]
1519
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ Most basic usage creating a new private github repository.
8585``` hcl
8686module "repository" {
8787 source = "mineiros-io/repository/github"
88- version = "~> 0.14 .0"
88+ version = "~> 0.16 .0"
8989
9090 name = "terraform-github-repository"
9191 license_template = "apache-2.0"
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ section {
9090 ```hcl
9191 module "repository" {
9292 source = "mineiros-io/repository/github"
93- version = "~> 0.14 .0"
93+ version = "~> 0.16 .0"
9494
9595 name = "terraform-github-repository"
9696 license_template = "apache-2.0"
You can’t perform that action at this time.
0 commit comments