File tree 3 files changed +7
-3
lines changed
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
7
7
8
8
## [ Unreleased]
9
9
10
+
11
+ ## [ 0.16.0]
12
+
10
13
### Fixed
11
14
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)
13
17
14
18
## [ 0.15.0]
15
19
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ Most basic usage creating a new private github repository.
85
85
``` hcl
86
86
module "repository" {
87
87
source = "mineiros-io/repository/github"
88
- version = "~> 0.14 .0"
88
+ version = "~> 0.16 .0"
89
89
90
90
name = "terraform-github-repository"
91
91
license_template = "apache-2.0"
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ section {
90
90
```hcl
91
91
module "repository" {
92
92
source = "mineiros-io/repository/github"
93
- version = "~> 0.14 .0"
93
+ version = "~> 0.16 .0"
94
94
95
95
name = "terraform-github-repository"
96
96
license_template = "apache-2.0"
You can’t perform that action at this time.
0 commit comments