Skip to content

Commit e234a1c

Browse files
siddharthpaudwalSiddharth Paudwal
andauthored
changed readme and change log file (#451)
* changed readme and change log file * fix PR comments --------- Co-authored-by: Siddharth Paudwal <spaudwal@microsoft.com>
1 parent 21258ff commit e234a1c

2 files changed

Lines changed: 17 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.9.5] - 2026-02-24
10+
### Added
11+
- Compatible with remote development VMs (like GitHub Codespaces) by using the $BROWSER environment variable for launching OAuth login
12+
- Added support for multi-tenant client configs and non-tenant-GUID athorizations servers for MCP authentication
13+
### Removed
14+
- Removed unconditional SYSTEM_ACCESSTOKEN (PCBS token) pass-through from the ado token command (now restricted to ADO pipeline environments only)
15+
916
## [0.9.4] - 2026-02-12
1017
### Added
1118
- Added support for windows arm64
@@ -215,7 +222,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
215222
### Added
216223
- Initial project release.
217224

218-
[Unreleased]: https://github.com/AzureAD/microsoft-authentication-cli/compare/0.9.4...HEAD
225+
[Unreleased]: https://github.com/AzureAD/microsoft-authentication-cli/compare/0.9.5...HEAD
226+
[0.9.5]: https://github.com/AzureAD/microsoft-authentication-cli/compare/0.9.4...0.9.5
219227
[0.9.4]: https://github.com/AzureAD/microsoft-authentication-cli/compare/0.9.3...0.9.4
220228
[0.9.3]: https://github.com/AzureAD/microsoft-authentication-cli/compare/0.9.2...0.9.3
221229
[0.9.2]: https://github.com/AzureAD/microsoft-authentication-cli/compare/0.9.1...0.9.2

README.md

Lines changed: 8 additions & 8 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.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)
4+
[![Release](https://img.shields.io/badge/Release-0.9.5-orange?style=for-the-badge&logo=github)](https://github.com/AzureAD/microsoft-authentication-cli/releases/tag/0.9.5)
5+
![GitHub release (latest by SemVer)](https://img.shields.io/github/downloads/azuread/microsoft-authentication-cli/0.9.5/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
---
@@ -38,8 +38,8 @@ provide a means of downloading the latest release, so you **must** specify your
3838
To install the application, run
3939

4040
```powershell
41-
# 0.9.4 is an example. See https://github.com/AzureAD/microsoft-authentication-cli/releases for the latest.
42-
$env:AZUREAUTH_VERSION = '0.9.4'
41+
# 0.9.5 is an example. See https://github.com/AzureAD/microsoft-authentication-cli/releases for the latest.
42+
$env:AZUREAUTH_VERSION = '0.9.5'
4343
$script = "${env:TEMP}\install.ps1"
4444
$url = "https://raw.githubusercontent.com/AzureAD/microsoft-authentication-cli/${env:AZUREAUTH_VERSION}/install/install.ps1"
4545
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
@@ -61,8 +61,8 @@ release, so you **must** specify your desired version via the `$AZUREAUTH_VERSIO
6161
To install the application, run
6262

6363
```bash
64-
# 0.9.4 is an example. See https://github.com/AzureAD/microsoft-authentication-cli/releases for the latest.
65-
export AZUREAUTH_VERSION='0.9.4'
64+
# 0.9.5 is an example. See https://github.com/AzureAD/microsoft-authentication-cli/releases for the latest.
65+
export AZUREAUTH_VERSION='0.9.5'
6666
curl -sL https://raw.githubusercontent.com/AzureAD/microsoft-authentication-cli/$AZUREAUTH_VERSION/install/install.sh | sh
6767
```
6868

@@ -81,8 +81,8 @@ provide a means of downloading the latest release, so you **must** specify your
8181
To install the application, run
8282

8383
```bash
84-
# 0.9.4 is an example. See https://github.com/AzureAD/microsoft-authentication-cli/releases for the latest.
85-
export AZUREAUTH_VERSION='0.9.4'
84+
# 0.9.5 is an example. See https://github.com/AzureAD/microsoft-authentication-cli/releases for the latest.
85+
export AZUREAUTH_VERSION='0.9.5'
8686
curl -sL https://raw.githubusercontent.com/AzureAD/microsoft-authentication-cli/$AZUREAUTH_VERSION/install/linux-install.sh | sh
8787
```
8888

0 commit comments

Comments
 (0)