Skip to content

Commit 69e09d7

Browse files
committed
Update the README and CHANGELOG for v1.4.0
1 parent 4f6b152 commit 69e09d7

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.4.0] – 2023-06-01
7+
8+
- Update the AWS provider version constraint to allow v5 ([4f6b152](https://github.com/unfunco/terraform-aws-oidc-github/commit/4f6b152447a4caff21204d3e00417ca96b8de154))
9+
610
## [1.3.1] – 2023-03-27
711

812
- Ensure the additional_thumbprints variable allows null values ([750f0f6](https://github.com/unfunco/terraform-aws-oidc-github/commit/750f0f6b0296057ff9910cebd2ac2f577b0cdb90))
@@ -106,4 +110,5 @@ This project adheres to the [semantic versioning] specification.
106110
[1.2.1]: https://github.com/unfunco/terraform-aws-oidc-github/compare/v1.2.0...v1.2.1
107111
[1.3.0]: https://github.com/unfunco/terraform-aws-oidc-github/compare/v1.2.1...v1.3.0
108112
[1.3.1]: https://github.com/unfunco/terraform-aws-oidc-github/compare/v1.3.0...v1.3.1
113+
[1.4.0]: https://github.com/unfunco/terraform-aws-oidc-github/compare/v1.3.1...v1.4.0
109114
[semantic versioning]: https://semver.org

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ provider "aws" {
2828
2929
module "oidc_github" {
3030
source = "unfunco/oidc-github/aws"
31-
version = "1.3.1"
31+
version = "1.4.0"
3232
3333
github_repositories = [
3434
"org/repo",

0 commit comments

Comments
 (0)