-
Notifications
You must be signed in to change notification settings - Fork 137
Description
I'm noticing that there are 2 new version of the library on Maven: https://mvnrepository.com/artifact/com.microsoft.identity.client/msal
7.0.2 and 7.0.3
But the latest release in Github: https://github.com/AzureAD/microsoft-authentication-library-for-android/releases
is only 7.0.1
Since this library is one of the most important libraries we use to sign in and authenticate our app users we need to have a very high confidence in this project. Since I can't see what has been released (no release notes yet of the latest versions) I'm afraid to update and I'm even wondering if the releases are yours of if these new version are even yours?
I don't know what your release process is, but for all our sakes it would be best if you changed the process to only build and publish new artifacts to Maven when a new release is created in github so there are no more manual mistakes (if that is what is happening rn.?)