Skip to content

Commit f29091f

Browse files
chore: Release v2.0.1 (#88)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 35daa17 commit f29091f

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.0"}
1+
{".":"2.0.1"}

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.1](https://github.com/unfunco/terraform-aws-oidc-github/compare/v2.0.0...v2.0.1) (2025-08-21)
7+
8+
9+
### Bug fixes
10+
11+
* Fix custom policies ([#87](https://github.com/unfunco/terraform-aws-oidc-github/issues/87)) ([35daa17](https://github.com/unfunco/terraform-aws-oidc-github/commit/35daa17654e86d89b3c6840312c7c4cb9197cce9))
12+
613
## [2.0.0](https://github.com/unfunco/terraform-aws-oidc-github/compare/v1.8.1...v2.0.0) (2025-08-16)
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.0" # x-release-please-version
27+
version = "2.0.1" # x-release-please-version
2828
2929
github_repositories = [
3030
"org/repo",

0 commit comments

Comments
 (0)