Skip to content

Commit f47b883

Browse files
chore: Release v2.0.2 (#91)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0bccdca commit f47b883

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"2.0.1"}
1+
{".":"2.0.2"}

CHANGELOG.md

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

6+
## [2.0.2](https://github.com/unfunco/terraform-aws-oidc-github/compare/v2.0.1...v2.0.2) (2025-09-06)
7+
8+
9+
### Bug fixes
10+
11+
* Reduce the minimum Terraform version required ([#90](https://github.com/unfunco/terraform-aws-oidc-github/issues/90)) ([0bccdca](https://github.com/unfunco/terraform-aws-oidc-github/commit/0bccdca71fee8b6f37f0a09d4d55c4c05dbd49b9))
12+
613
## [2.0.1](https://github.com/unfunco/terraform-aws-oidc-github/compare/v2.0.0...v2.0.1) (2025-08-21)
714

815

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ working OIDC connection between GitHub Actions and AWS.
2424
```terraform
2525
module "oidc_github" {
2626
source = "unfunco/oidc-github/aws"
27-
version = "2.0.1" # x-release-please-version
27+
version = "2.0.2" # x-release-please-version
2828
2929
github_repositories = [
3030
"org/repo",

0 commit comments

Comments
 (0)