Skip to content

Commit b9e1ea7

Browse files
committed
chore: Prepare docs for v1.6.0
1 parent ef7228e commit b9e1ea7

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

6+
## [1.6.0] – 2023-09-07
7+
8+
- Allow additional audiences to be specified ([d5f4644](https://github.com/unfunco/terraform-aws-oidc-github/commit/d5f46444ed4018b88d0204df037ac3b4dbca7a03))
9+
- Add IAM role name to outputs ([2ef5c27](https://github.com/unfunco/terraform-aws-oidc-github/commit/2ef5c27980657505c0e00d8665e57fa5c885785b))
10+
611
## [1.5.2] – 2023-06-29
712

813
- Discard the order of thumbprints ([5fae63a](https://github.com/unfunco/terraform-aws-oidc-github/commit/5fae63a23c87a59839453df6b04956babd32734e))
@@ -127,4 +132,5 @@ This project adheres to the [semantic versioning] specification.
127132
[1.5.0]: https://github.com/unfunco/terraform-aws-oidc-github/compare/v1.4.0...v1.5.0
128133
[1.5.1]: https://github.com/unfunco/terraform-aws-oidc-github/compare/v1.5.0...v1.5.1
129134
[1.5.2]: https://github.com/unfunco/terraform-aws-oidc-github/compare/v1.5.1...v1.5.2
135+
[1.6.0]: https://github.com/unfunco/terraform-aws-oidc-github/compare/v1.5.2...v1.6.0
130136
[semantic versioning]: https://semver.org

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ provider "aws" {
3030
3131
module "oidc_github" {
3232
source = "unfunco/oidc-github/aws"
33-
version = "1.5.2"
33+
version = "1.6.0"
3434
3535
github_repositories = [
3636
"org/repo",

0 commit comments

Comments
 (0)