Skip to content

Commit 6aed749

Browse files
committed
chore: Prepare to release v1.7.1
1 parent e8265d1 commit 6aed749

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+
## [1.7.1] – 2023-10-29
7+
8+
- Condition the OIDC provider ARN output ([b570d79](https://github.com/unfunco/terraform-aws-oidc-github/commit/b570d7995efa9b542d5cdbe9ae30dea29f23cfcc))
9+
610
## [1.7.0] – 2023-10-26
711

812
- Add the OIDC provider ARN as an output ([11d98e3](https://github.com/unfunco/terraform-aws-oidc-github/commit/11d98e3dea7ca8e41be157d21fe4769c31fe7570))
@@ -138,4 +142,5 @@ This project adheres to the [semantic versioning] specification.
138142
[1.5.2]: https://github.com/unfunco/terraform-aws-oidc-github/compare/v1.5.1...v1.5.2
139143
[1.6.0]: https://github.com/unfunco/terraform-aws-oidc-github/compare/v1.5.2...v1.6.0
140144
[1.7.0]: https://github.com/unfunco/terraform-aws-oidc-github/compare/v1.6.0...v1.7.0
145+
[1.7.1]: https://github.com/unfunco/terraform-aws-oidc-github/compare/v1.7.0...v1.7.1
141146
[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.7.0"
33+
version = "1.7.1"
3434
3535
github_repositories = [
3636
"org/repo",

0 commit comments

Comments
 (0)