Skip to content

Commit e0a8d56

Browse files
authored
Release 0.9.2 (#427)
* release 0.9.2 * revert gdnsuppress changes
1 parent 6f827c9 commit e0a8d56

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## [0.9.2] - 2025-05-06
810
### Added
911
- Added support for reading auth mode from the environment variable `AZUREAUTH_MODE`.
1012

@@ -205,7 +207,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
205207
### Added
206208
- Initial project release.
207209

208-
[Unreleased]: https://github.com/AzureAD/microsoft-authentication-cli/compare/0.9.1...HEAD
210+
[Unreleased]: https://github.com/AzureAD/microsoft-authentication-cli/compare/0.9.2...HEAD
211+
[0.9.2]: https://github.com/AzureAD/microsoft-authentication-cli/compare/0.9.1...0.9.2
209212
[0.9.1]: https://github.com/AzureAD/microsoft-authentication-cli/compare/0.9.0...0.9.1
210213
[0.9.0]: https://github.com/AzureAD/microsoft-authentication-cli/compare/0.8.6...0.9.0
211214
[0.8.6]: https://github.com/AzureAD/microsoft-authentication-cli/compare/0.8.5...0.8.6

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Microsoft Authentication CLI
22

33
[![Tests](https://img.shields.io/github/actions/workflow/status/AzureAd/microsoft-authentication-cli/.github/workflows/dotnet-test.yml?branch=main&style=for-the-badge&logo=github)](https://github.com/AzureAD/microsoft-authentication-cli/actions/workflows/dotnet-test.yml)
4-
[![Release](https://img.shields.io/badge/Release-0.9.1-orange?style=for-the-badge&logo=github)](https://github.com/AzureAD/microsoft-authentication-cli/releases/tag/0.9.1)
5-
![GitHub release (latest by SemVer)](https://img.shields.io/github/downloads/azuread/microsoft-authentication-cli/0.9.1/total?logo=github&style=for-the-badge&color=blue)
4+
[![Release](https://img.shields.io/badge/Release-0.9.2-orange?style=for-the-badge&logo=github)](https://github.com/AzureAD/microsoft-authentication-cli/releases/tag/0.9.2)
5+
![GitHub release (latest by SemVer)](https://img.shields.io/github/downloads/azuread/microsoft-authentication-cli/0.9.2/total?logo=github&style=for-the-badge&color=blue)
66
[![License](https://shields.io/badge/license-MIT-purple?style=for-the-badge)](./LICENSE.txt)
77

88
---
@@ -42,8 +42,8 @@ provide a means of downloading the latest release, so you **must** specify your
4242
To install the application, run
4343

4444
```powershell
45-
# 0.9.1 is an example. See https://github.com/AzureAD/microsoft-authentication-cli/releases for the latest.
46-
$env:AZUREAUTH_VERSION = '0.9.1'
45+
# 0.9.2 is an example. See https://github.com/AzureAD/microsoft-authentication-cli/releases for the latest.
46+
$env:AZUREAUTH_VERSION = '0.9.2'
4747
$script = "${env:TEMP}\install.ps1"
4848
$url = "https://raw.githubusercontent.com/AzureAD/microsoft-authentication-cli/${env:AZUREAUTH_VERSION}/install/install.ps1"
4949
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
@@ -65,8 +65,8 @@ release, so you **must** specify your desired version via the `$AZUREAUTH_VERSIO
6565
To install the application, run
6666

6767
```bash
68-
# 0.9.1 is an example. See https://github.com/AzureAD/microsoft-authentication-cli/releases for the latest.
69-
export AZUREAUTH_VERSION='0.9.1'
68+
# 0.9.2 is an example. See https://github.com/AzureAD/microsoft-authentication-cli/releases for the latest.
69+
export AZUREAUTH_VERSION='0.9.2'
7070
curl -sL https://raw.githubusercontent.com/AzureAD/microsoft-authentication-cli/$AZUREAUTH_VERSION/install/install.sh | sh
7171
```
7272

0 commit comments

Comments
 (0)