Skip to content

Commit bc2d407

Browse files
committed
Prepare v0.6.1
1 parent 74de1dd commit bc2d407

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
Notable changes to this project are documented in this changelog.
44
This project adheres to the [semantic versioning] specification.
55

6+
## [0.6.1] – 2022-04-28
7+
8+
* Fixed an issue with inconsistent types in locals ([ddaa1ce](https://github.com/unfunco/terraform-aws-oidc-github/commit/ddaa1cee0ede5475c3ba30238875de7e7eddef4c))
9+
610
## [0.6.0] – 2022-04-09
711

812
* Allow multiple organizations to be used in a single module ([d32aa74](https://github.com/unfunco/terraform-aws-oidc-github/commit/d32aa74a2783db98196c7d6b2670dcf3bf6ae2fe))
@@ -54,4 +58,5 @@ This project adheres to the [semantic versioning] specification.
5458
[0.4.1]: https://github.com/unfunco/terraform-aws-oidc-github/compare/v0.4.0...v0.4.1
5559
[0.5.0]: https://github.com/unfunco/terraform-aws-oidc-github/compare/v0.4.1...v0.5.0
5660
[0.6.0]: https://github.com/unfunco/terraform-aws-oidc-github/compare/v0.5.0...v0.6.0
61+
[0.6.0]: https://github.com/unfunco/terraform-aws-oidc-github/compare/v0.6.0...v0.6.1
5762
[Semantic versioning]: https://semver.org

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ provider "aws" {
2323
2424
module "aws_oidc_github" {
2525
source = "unfunco/oidc-github/aws"
26-
version = "0.6.0"
26+
version = "0.6.1"
2727
2828
github_repositories = ["org/repo", "another-org/another-repo"]
2929
}

0 commit comments

Comments
 (0)