From e742d1805883cf98abf618074fb1305a699749a2 Mon Sep 17 00:00:00 2001 From: goagain Date: Wed, 5 Apr 2023 15:20:42 -0700 Subject: [PATCH] Release 0.7.4 (#262) * Update CHANGELOG.md * Update CHANGELOG.md --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 231d0e81..0ee9ed42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `azureauth ado` : Prints the help for Azure Devops commands. - `azureauth ado pat` : Command for creating, and locally caching Azure Devops PATs. - `azureauth ado token` : Command for passing back a PAT from an env var, or authenticating and returning an AAD access token. + +## [0.7.4] - 2023-04-05 +### Added - When the environment variable `AZUREAUTH_APPLICATION_INSIGHTS_INGESTION_TOKEN` is not configured, regkey `HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\AzureAuth\ApplicationInsightsIngestionToken` will be a back up on Windows for telemetry ingestion token config. @@ -136,7 +139,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Initial project release. -[Unreleased]: https://github.com/AzureAD/microsoft-authentication-cli/compare/0.7.1...HEAD +[Unreleased]: https://github.com/AzureAD/microsoft-authentication-cli/compare/0.7.4...HEAD +[0.7.4]: https://github.com/AzureAD/microsoft-authentication-cli/compare/0.7.3...0.7.4 +[0.7.3]: https://github.com/AzureAD/microsoft-authentication-cli/compare/0.7.2...0.7.3 +[0.7.2]: https://github.com/AzureAD/microsoft-authentication-cli/compare/0.7.1...0.7.2 [0.7.1]: https://github.com/AzureAD/microsoft-authentication-cli/compare/0.7.0...0.7.1 [0.7.0]: https://github.com/AzureAD/microsoft-authentication-cli/compare/0.6.0...0.7.0 [0.6.0]: https://github.com/AzureAD/microsoft-authentication-cli/compare/0.5.4...0.6.0