Skip to content

Commit c20fb5f

Browse files
authored
Updating CHANGELOG for 0.5.0 release (#140)
* Updating CHANGELOG for 0.5.0 release * Minor change of word
1 parent 5775ccf commit c20fb5f

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@ 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+
## [0.5.0] - 2022-09-06
89
### Added
9-
- Provide functionality to disable Public Client Authentication using an environment variable `AZUREAUTH_NO_USER`.
10-
- Added `--timeout` functionality to provide reliable contract of allowed runtime (default: 10 minutes) and warnings as the timeout approaches.
10+
- Added functionality to disable Public Client Authentication using an environment variable `AZUREAUTH_NO_USER`.
11+
- Added `--timeout` functionality to provide reliable contract of allowed runtime (default: 15 minutes) and warnings as the timeout approaches.
1112

1213
### Fixed
1314
- Fixed a bug where broker auth prompt is hanging in the background and gives a false impression to the user that the console app is hung.
@@ -65,7 +66,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6566
### Added
6667
- Initial project release.
6768

68-
[Unreleased]: https://github.com/AzureAD/microsoft-authentication-cli/compare/0.4.0...HEAD
69+
[Unreleased]: https://github.com/AzureAD/microsoft-authentication-cli/compare/0.5.0...HEAD
70+
[0.5.0]: https://github.com/AzureAD/microsoft-authentication-cli/compare/0.4.0...0.5.0
6971
[0.4.0]: https://github.com/AzureAD/microsoft-authentication-cli/compare/0.3.1...0.4.0
7072
[0.3.1]: https://github.com/AzureAD/microsoft-authentication-cli/compare/v0.3.0...0.3.1
7173
[v0.3.0]: https://github.com/AzureAD/microsoft-authentication-cli/compare/v0.2.0...v0.3.0

0 commit comments

Comments
 (0)