Skip to content

Commit daa1f12

Browse files
authored
Updating CHANGELOG for 0.5.1 release (#146)
1 parent 539c837 commit daa1f12

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +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.1] - 2022-09-08
9+
### Fixed
10+
- Fixed a bug where we early exited before sending individual events telemetry data containing valuable `error_messages`.
11+
812
## [0.5.0] - 2022-09-06
913
### Added
1014
- Added functionality to disable Public Client Authentication using an environment variable `AZUREAUTH_NO_USER`.
@@ -66,7 +70,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6670
### Added
6771
- Initial project release.
6872

69-
[Unreleased]: https://github.com/AzureAD/microsoft-authentication-cli/compare/0.5.0...HEAD
73+
[Unreleased]: https://github.com/AzureAD/microsoft-authentication-cli/compare/0.5.1...HEAD
74+
[0.5.1]: https://github.com/AzureAD/microsoft-authentication-cli/compare/0.5.0...0.5.1
7075
[0.5.0]: https://github.com/AzureAD/microsoft-authentication-cli/compare/0.4.0...0.5.0
7176
[0.4.0]: https://github.com/AzureAD/microsoft-authentication-cli/compare/0.3.1...0.4.0
7277
[0.3.1]: https://github.com/AzureAD/microsoft-authentication-cli/compare/v0.3.0...0.3.1

0 commit comments

Comments
 (0)