diff --git a/README.md b/README.md index 7b64cdd8..1c268137 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Quick links: The library supports the following Java environments: - Java 8 (or higher) -Current version - 1.19.1 +Current version - 1.20.0 You can find the changes for each version in the [change log](https://github.com/AzureAD/microsoft-authentication-library-for-java/blob/main/msal4j-sdk/changelog.txt). @@ -28,13 +28,13 @@ Find [the latest package in the Maven repository](https://mvnrepository.com/arti com.microsoft.azure msal4j - 1.19.1 + 1.20.0 ``` ### Gradle ```gradle -implementation group: 'com.microsoft.azure', name: 'com.microsoft.aad.msal4j', version: '1.19.1' +implementation group: 'com.microsoft.azure', name: 'com.microsoft.aad.msal4j', version: '1.20.0' ``` ## Usage diff --git a/changelog.txt b/changelog.txt index 25293b01..a4ceed5c 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,11 @@ +Version 1.20.0 +============= +- Replace some usage of jackson-databind with azure-json (#918) +- Remove Lombok code generation from most classes (#919, #925) +- Remove some usage of nimbusds-oauth2-oidc-sdk (#927, #928) +- Fix refresh metadata not being set in MI flows (#931) +- Add distinct exception type for JSON parsing errors (#933) + Version 1.19.1 ============= - Update dependencies to avoid CVE-2023-1370 (#914) diff --git a/msal4j-sdk/README.md b/msal4j-sdk/README.md index 5e150084..4b2efa17 100644 --- a/msal4j-sdk/README.md +++ b/msal4j-sdk/README.md @@ -16,7 +16,7 @@ Quick links: The library supports the following Java environments: - Java 8 (or higher) -Current version - 1.19.1 +Current version - 1.20.0 You can find the changes for each version in the [change log](https://github.com/AzureAD/microsoft-authentication-library-for-java/blob/master/changelog.txt). @@ -28,13 +28,13 @@ Find [the latest package in the Maven repository](https://mvnrepository.com/arti com.microsoft.azure msal4j - 1.19.1 + 1.20.0 ``` ### Gradle ```gradle -compile group: 'com.microsoft.azure', name: 'msal4j', version: '1.19.1' +compile group: 'com.microsoft.azure', name: 'msal4j', version: '1.20.0' ``` ## Usage diff --git a/msal4j-sdk/bnd.bnd b/msal4j-sdk/bnd.bnd index abcbd56b..f6e9a32c 100644 --- a/msal4j-sdk/bnd.bnd +++ b/msal4j-sdk/bnd.bnd @@ -1,2 +1,2 @@ -Export-Package: com.microsoft.aad.msal4j;version="1.19.1" +Export-Package: com.microsoft.aad.msal4j;version="1.20.0" Automatic-Module-Name: com.microsoft.aad.msal4j diff --git a/msal4j-sdk/pom.xml b/msal4j-sdk/pom.xml index 797c2323..9c8fc169 100644 --- a/msal4j-sdk/pom.xml +++ b/msal4j-sdk/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.microsoft.azure msal4j - 1.19.1 + 1.20.0 jar msal4j