Skip to content

Commit 21853ad

Browse files
committed
chore: Update the changelog for v1.5.2
1 parent 5fae63a commit 21853ad

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.5.2] – 2023-06-29
7+
8+
- Discard the order of thumbprints ([5fae63a](https://github.com/unfunco/terraform-aws-oidc-github/commit/5fae63a23c87a59839453df6b04956babd32734e))
9+
610
## [1.5.1] – 2023-06-28
711

812
- Prevent duplication of thumbprints ([35f725d](https://github.com/unfunco/terraform-aws-oidc-github/commit/35f725d4448b6838afd5b9e95ca793f7d4988665))
@@ -122,4 +126,5 @@ This project adheres to the [semantic versioning] specification.
122126
[1.4.0]: https://github.com/unfunco/terraform-aws-oidc-github/compare/v1.3.1...v1.4.0
123127
[1.5.0]: https://github.com/unfunco/terraform-aws-oidc-github/compare/v1.4.0...v1.5.0
124128
[1.5.1]: https://github.com/unfunco/terraform-aws-oidc-github/compare/v1.5.0...v1.5.1
129+
[1.5.2]: https://github.com/unfunco/terraform-aws-oidc-github/compare/v1.5.1...v1.5.2
125130
[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.5.1"
31+
version = "1.5.2"
3232
3333
github_repositories = [
3434
"org/repo",

0 commit comments

Comments
 (0)