AzureAD / microsoft-authentication-library-for-java

Microsoft Authentication Library (MSAL) for Java http://aka.ms/aadv2
MIT License
280 stars 137 forks source link

[Bug] Release notes and git tag for version released on Maven Central is missing #825

Closed reftel closed 4 weeks ago

reftel commented 4 weeks ago

Library version used

1.15.1

Java version

N/A

Scenario

Other - please specify

Is this a new or an existing app?

The app is in production, and I have upgraded to a new version of MSAL

Issue description and reproduction steps

On https://mvnrepository.com/artifact/com.microsoft.azure/msal4j , a version 1.15.1 is listed, but there is no git tag on https://github.com/AzureAD/microsoft-authentication-library-for-java/tags nor release notes on https://github.com/AzureAD/microsoft-authentication-library-for-java/releases .

Relevant code snippets

No response

Expected behavior

No response

Identity provider

Other

Regression

No response

Solution and workarounds

No response

bgavrilMS commented 4 weeks ago

https://github.com/AzureAD/microsoft-authentication-library-for-java/blob/dev/changelog.txt

Avery-Dunn commented 4 weeks ago

The tag and release notes have now been made: https://github.com/AzureAD/microsoft-authentication-library-for-java/releases

reftel commented 3 weeks ago

Thank you!