Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions changelog
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ MSAL Wiki : https://github.com/AzureAD/microsoft-authentication-library-for-andr

vNext
----------

Version 8.1.0
----------
- [PATCH] Update common @23.1.0
- [MINOR] Add WebAuthN version support in configuration (#2393)
Comment on lines +8 to 9
Copy link

Copilot AI Nov 17, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The changelog entry ordering is inconsistent. The MINOR change (WebAuthN support) appears under version 8.1.0, but should be part of version 8.0.2 if it was already present in the previous version. If this is intentional, the PATCH entry for common update should appear after the MINOR entry to maintain chronological order, or both entries should be under version 8.1.0.

Suggested change
- [PATCH] Update common @23.1.0
- [MINOR] Add WebAuthN version support in configuration (#2393)
- [MINOR] Add WebAuthN version support in configuration (#2393)
- [PATCH] Update common @23.1.0

Copilot uses AI. Check for mistakes.

Version 8.0.2
Expand Down
2 changes: 1 addition & 1 deletion msal/versioning/version.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#Wed Aug 01 15:24:11 PDT 2018
versionName=8.0.2
versionName=8.1.0
versionCode=0
Loading