Skip to content

Commit b755a23

Browse files
Merge pull request #124 from AzureAD/update-changelog
Update CHANGELOG for 0.4.0 release
2 parents 43d9117 + 6dc4daf commit b755a23

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,16 @@ 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.4.0] - 2022-06-23
89
### Added
910
- Environment variable `AZUREAUTH_CACHE` and option `--cache` to support a custom cache location on Windows.
10-
- Added Integrated Windows Authentication functionality as one of the auth flows.
11+
- Added Integrated Windows Authentication (IWA) functionality as the new default auth flow on Windows.
1112
- Send custom telemetry events for each AuthFlow.
13+
- The installation scripts will refuse to update the user's `$PATH` or shell profiles when given the `-NoUpdatePath`
14+
flag (on Windows) or if the `$AZUREAUTH_NO_UPDATE_PATH` environment variable is set (on Unix platforms).
15+
16+
### Changed
17+
- The installation scripts no longer create a `latest` symlink/junction.
1218

1319
## [0.3.1] - 2022-06-07
1420
### Fixed
@@ -51,7 +57,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5157
### Added
5258
- Initial project release.
5359

54-
[Unreleased]: https://github.com/AzureAD/microsoft-authentication-cli/compare/0.3.1...HEAD
60+
[Unreleased]: https://github.com/AzureAD/microsoft-authentication-cli/compare/0.4.0...HEAD
61+
[0.4.0]: https://github.com/AzureAD/microsoft-authentication-cli/compare/0.3.1...0.4.0
5562
[0.3.1]: https://github.com/AzureAD/microsoft-authentication-cli/compare/v0.3.0...0.3.1
5663
[v0.3.0]: https://github.com/AzureAD/microsoft-authentication-cli/compare/v0.2.0...v0.3.0
5764
[v0.2.0]: https://github.com/AzureAD/microsoft-authentication-cli/compare/v0.1.0...v0.2.0

0 commit comments

Comments
 (0)