From 773e856e311741a55d314cb147291ebfc3ea16ac Mon Sep 17 00:00:00 2001 From: Mike Verbanic Date: Fri, 27 May 2022 14:25:14 -0400 Subject: [PATCH] update changelog (#188) --- CHANGELOG.md | 63 +--------------------------------------------------- 1 file changed, 1 insertion(+), 62 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc6b6edf..4ab4fa4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,65 +1,4 @@ # Changelog -## [0.8.0](https://www.github.com/google-github-actions/auth/compare/v0.8.0...v0.8.0) (2022-05-23) +Changelogs for each release are located on the [releases page](https://github.com/google-github-actions/auth/releases). - -### Miscellaneous Chores - -* release 0.8.0 ([#185](https://www.github.com/google-github-actions/auth/issues/185)) ([b60aafc](https://www.github.com/google-github-actions/auth/commit/b60aafc09d4b3b3ccc4562f4c61279b0e2cdd299)) - -## [0.8.0](https://www.github.com/google-github-actions/auth/compare/v0.7.3...v0.8.0) (2022-05-23) - - -### Features - -* add retries ([#181](https://www.github.com/google-github-actions/auth/issues/181)) ([95a6bc2](https://www.github.com/google-github-actions/auth/commit/95a6bc2a27ae409a01ea58dd0732eccaa088ec07)) - -### [0.7.3](https://www.github.com/google-github-actions/auth/compare/v0.7.2...v0.7.3) (2022-05-18) - - -### Bug Fixes - -* repair a logic bug for domain-wide delegation ([#178](https://www.github.com/google-github-actions/auth/issues/178)) ([7c32666](https://www.github.com/google-github-actions/auth/commit/7c326663721943518ddf89bec946f83da5cfc0e5)) - -### [0.7.2](https://www.github.com/google-github-actions/auth/compare/v0.7.1...v0.7.2) (2022-05-16) - - -### Bug Fixes - -* only emit warning if the lifetime exceeds 1 hour ([f322a0d](https://www.github.com/google-github-actions/auth/commit/f322a0d1e2c22a84ebc9356dc234f5df49e238d4)) - -### [0.7.1](https://www.github.com/google-github-actions/auth/compare/v0.7.0...v0.7.1) (2022-04-22) - - -### Miscellaneous Chores - -* release 0.7.1 ([b5b6d97](https://www.github.com/google-github-actions/auth/commit/b5b6d978c9d18fff624c340104d75251e9c18614)) - -## [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) - - -### Features - -* emit a warning when the workspace is empty ([#117](https://www.github.com/google-github-actions/auth/issues/117)) ([983a037](https://www.github.com/google-github-actions/auth/commit/983a037dfb2896311c4cebbaa0de4cdc200d6985)) -* ensure cred file is created with a predictable name ([#130](https://www.github.com/google-github-actions/auth/issues/130)) ([48c46e6](https://www.github.com/google-github-actions/auth/commit/48c46e6a594e8bd0b0b4806155ace5cad3aa8e24)) - -## [0.5.0](https://www.github.com/google-github-actions/auth/compare/v0.4.4...v0.5.0) (2022-01-22) - - -### Features - -* switch to use node version 16 ([#110](https://www.github.com/google-github-actions/auth/issues/110)) ([54924db](https://www.github.com/google-github-actions/auth/commit/54924dbbed2718579e1a91c9fc16a0b81c1ad8cb)) - -### [0.4.4](https://www.github.com/google-github-actions/auth/compare/v0.4.3...v0.4.4) (2021-12-22) - - -### Bug Fixes - -* switch to actions-utils and update deps ([#91](https://www.github.com/google-github-actions/auth/issues/91)) ([ec59fe8](https://www.github.com/google-github-actions/auth/commit/ec59fe8c8e0c9f3f3b6ed799d8318a75930f9038))