Skip to content

Commit 6fb4093

Browse files
committed
Prepare the 0.4.1 release
1 parent 91c1913 commit 6fb4093

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

6+
## [0.4.1] – 2022-03-02
7+
8+
* Fixed an incorrect type for the tags variable ([8965bec](https://github.com/unfunco/terraform-aws-oidc-github/commit/8965becb055ca8f117b5d02bfc864133a35444e2))
9+
* Send a Slack notification when the verification workflow fails ([91c1913](https://github.com/unfunco/terraform-aws-oidc-github/commit/91c1913a7e8eed9f9ef892e8d2973ada027e091f))
10+
611
## [0.4.0] – 2022-01-13
712

813
* Allow the thumbprint to be specified as a variable ([4481aef](https://github.com/unfunco/terraform-aws-oidc-github/commit/4481aef9ccb2f4525f84b62f1e4eda4b6d49876f))
@@ -37,4 +42,5 @@ This project adheres to the [semantic versioning] specification.
3742
[0.2.0]: https://github.com/unfunco/terraform-aws-oidc-github/compare/v0.1.2...v0.2.0
3843
[0.3.0]: https://github.com/unfunco/terraform-aws-oidc-github/compare/v0.2.0...v0.3.0
3944
[0.4.0]: https://github.com/unfunco/terraform-aws-oidc-github/compare/v0.3.0...v0.4.0
45+
[0.4.1]: https://github.com/unfunco/terraform-aws-oidc-github/compare/v0.4.0...v0.4.1
4046
[Semantic versioning]: https://semver.org

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ provider "aws" {
2323
2424
module "aws_oidc_github" {
2525
source = "unfunco/oidc-github/aws"
26-
version = "0.4.0"
26+
version = "0.4.1"
2727
2828
github_organisation = "honestempire"
2929
github_repositories = ["example-repo", "another-repo"]

0 commit comments

Comments
 (0)