diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c141bee..ed4c4e54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.7.0](https://www.github.com/google-github-actions/auth/compare/v0.6.0...v0.7.0) (2022-04-05) + + +### Features + +* allow opt-out of exporting environment variables ([#157](https://www.github.com/google-github-actions/auth/issues/157)) ([d16fd89](https://www.github.com/google-github-actions/auth/commit/d16fd896f76605863c491de993d3e5d5cf4f68f8)) + ## [0.6.0](https://www.github.com/google-github-actions/auth/compare/v0.5.0...v0.6.0) (2022-02-03) diff --git a/package-lock.json b/package-lock.json index b4f3c777..d118369d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@google-github-actions/auth", - "version": "0.6.0", + "version": "0.7.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@google-github-actions/auth", - "version": "0.6.0", + "version": "0.7.0", "license": "Apache-2.0", "dependencies": { "@actions/core": "^1.6.0", diff --git a/package.json b/package.json index 1ec63207..b6c4614b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@google-github-actions/auth", - "version": "0.6.0", + "version": "0.7.0", "description": "Authenticate to Google Cloud using OIDC tokens or JSON service account keys.", "main": "dist/main/index.js", "scripts": {