Skip to content

Commit

Permalink
Prepare v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
unfunco committed Apr 28, 2022
1 parent 74de1dd commit bc2d407
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
Notable changes to this project are documented in this changelog.
This project adheres to the [semantic versioning] specification.

## [0.6.1] – 2022-04-28

* Fixed an issue with inconsistent types in locals ([ddaa1ce](https://github.com/unfunco/terraform-aws-oidc-github/commit/ddaa1cee0ede5475c3ba30238875de7e7eddef4c))

## [0.6.0] – 2022-04-09

* Allow multiple organizations to be used in a single module ([d32aa74](https://github.com/unfunco/terraform-aws-oidc-github/commit/d32aa74a2783db98196c7d6b2670dcf3bf6ae2fe))
Expand Down Expand Up @@ -54,4 +58,5 @@ This project adheres to the [semantic versioning] specification.
[0.4.1]: https://github.com/unfunco/terraform-aws-oidc-github/compare/v0.4.0...v0.4.1
[0.5.0]: https://github.com/unfunco/terraform-aws-oidc-github/compare/v0.4.1...v0.5.0
[0.6.0]: https://github.com/unfunco/terraform-aws-oidc-github/compare/v0.5.0...v0.6.0
[0.6.0]: https://github.com/unfunco/terraform-aws-oidc-github/compare/v0.6.0...v0.6.1
[Semantic versioning]: https://semver.org
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ provider "aws" {
module "aws_oidc_github" {
source = "unfunco/oidc-github/aws"
version = "0.6.0"
version = "0.6.1"
github_repositories = ["org/repo", "another-org/another-repo"]
}
Expand Down

0 comments on commit bc2d407

Please sign in to comment.