Skip to content

Commit

Permalink
chore: prepare 0.16.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mariux committed Mar 14, 2022
1 parent 7ea9c9d commit ad5748a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]


## [0.16.0]

### Fixed

- Set correct default value for `delete_branch_on_merge` in docs
- Set correct default value for `delete_branch_on_merge` in docs
- BREAKING CHANGE: Remove support for multi-type variable `branches` (removed `list(string)` support)

## [0.15.0]

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Most basic usage creating a new private github repository.
```hcl
module "repository" {
source = "mineiros-io/repository/github"
version = "~> 0.14.0"
version = "~> 0.16.0"
name = "terraform-github-repository"
license_template = "apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion README.tfdoc.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ section {
```hcl
module "repository" {
source = "mineiros-io/repository/github"
version = "~> 0.14.0"
version = "~> 0.16.0"
name = "terraform-github-repository"
license_template = "apache-2.0"
Expand Down

0 comments on commit ad5748a

Please sign in to comment.