diff --git a/CHANGELOG.md b/CHANGELOG.md index 73d7788..c2d7047 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +### [1.0.1](https://github.com/rpidanny/aws-federation-github-actions/compare/v1.0.0...v1.0.1) (2022-10-16) + + +### Bug Fixes + +* gha workflow permission ([#3](https://github.com/rpidanny/aws-federation-github-actions/issues/3)) ([c719d91](https://github.com/rpidanny/aws-federation-github-actions/commit/c719d91b6773d1d8055d954985955d8ffb180c45)) + ## 1.0.0 (2022-10-16) diff --git a/package-lock.json b/package-lock.json index 52f4512..e9dfe3b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "aws-federation-github-actions", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "aws-federation-github-actions", - "version": "1.0.0", + "version": "1.0.1", "license": "ISC", "devDependencies": { "@commitlint/cli": "^15.0.0", diff --git a/package.json b/package.json index ca77bc6..41971d2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aws-federation-github-actions", - "version": "1.0.0", + "version": "1.0.1", "description": "Terraform Modules for setting up AWS Federated access from Github Actions.", "main": "main.tf", "scripts": {