Skip to content

Commit c1296b3

Browse files
author
goagain
authored
Revert "Update CHANGELOG.md to correspond with changes made by Dependabot and bump version to 0.8.4. (#332)" (#337)
This reverts commit fe1161d.
1 parent fe1161d commit c1296b3

File tree

2 files changed

+7
-13
lines changed

2 files changed

+7
-13
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9-
## [0.8.4] - 2023-09-05
10-
### Changed
11-
- Upgrade Lasso to `2023.8.24.1`.
12-
- Upgrade MSAL to `4.55.0`.
13-
149
## [0.8.3] - 2023-08-24
1510
### Added
1611
- Added support for distributing debian packages.
@@ -176,8 +171,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
176171
### Added
177172
- Initial project release.
178173

179-
[Unreleased]: https://github.com/AzureAD/microsoft-authentication-cli/compare/0.8.4...HEAD
180-
[0.8.4]: https://github.com/AzureAD/microsoft-authentication-cli/compare/0.8.3...0.8.4
174+
[Unreleased]: https://github.com/AzureAD/microsoft-authentication-cli/compare/0.8.3...HEAD
181175
[0.8.3]: https://github.com/AzureAD/microsoft-authentication-cli/compare/0.8.2...0.8.3
182176
[0.8.2]: https://github.com/AzureAD/microsoft-authentication-cli/compare/0.8.1...0.8.2
183177
[0.8.1]: https://github.com/AzureAD/microsoft-authentication-cli/compare/0.8.0...0.8.1

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

3636
```powershell
37-
# 0.8.4 is an example. See https://github.com/AzureAD/microsoft-authentication-cli/releases for the latest.
38-
$env:AZUREAUTH_VERSION = '0.8.4'
37+
# 0.8.3 is an example. See https://github.com/AzureAD/microsoft-authentication-cli/releases for the latest.
38+
$env:AZUREAUTH_VERSION = '0.8.3'
3939
$script = "${env:TEMP}\install.ps1"
4040
$url = "https://raw.githubusercontent.com/AzureAD/microsoft-authentication-cli/${env:AZUREAUTH_VERSION}/install/install.ps1"
4141
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
@@ -55,8 +55,8 @@ release, so you **must** specify your desired version via the `$AZUREAUTH_VERSIO
5555
To install the application, run
5656

5757
```bash
58-
# 0.8.4 is an example. See https://github.com/AzureAD/microsoft-authentication-cli/releases for the latest.
59-
export AZUREAUTH_VERSION='0.8.4'
58+
# 0.8.3 is an example. See https://github.com/AzureAD/microsoft-authentication-cli/releases for the latest.
59+
export AZUREAUTH_VERSION='0.8.3'
6060
curl -sL https://raw.githubusercontent.com/AzureAD/microsoft-authentication-cli/$AZUREAUTH_VERSION/install/install.sh | sh
6161
```
6262

0 commit comments

Comments
 (0)