From e1813c4a18c0fb8f6102a8889b5786b2f6b46827 Mon Sep 17 00:00:00 2001 From: Avery-Dunn Date: Thu, 6 Jun 2024 10:17:47 -0700 Subject: [PATCH] Version updates for 1.15.1 release --- README.md | 6 +++--- changelog.txt | 5 +++++ msal4j-sdk/README.md | 6 +++--- msal4j-sdk/bnd.bnd | 2 +- msal4j-sdk/pom.xml | 2 +- 5 files changed, 13 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 4a4d7064..8b0c1ee4 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.15.0 +Current version - 1.15.1 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.15.0 + 1.15.1 ``` ### Gradle ```gradle -implementation group: 'com.microsoft.azure', name: 'com.microsoft.aad.msal4j', version: '1.15.0' +implementation group: 'com.microsoft.azure', name: 'com.microsoft.aad.msal4j', version: '1.15.1' ``` ## Usage diff --git a/changelog.txt b/changelog.txt index 74942bd3..144d1a76 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,8 @@ +Version 1.15.1 +============= +- Fix to correctly use custom SSLSocketFactory (#821) +- Add public API to determine the Managed Identity environment (#823) + Version 1.15.0 ============= - GA support for Azure managed identity scenarios diff --git a/msal4j-sdk/README.md b/msal4j-sdk/README.md index d900a557..c94b63bc 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.15.0 +Current version - 1.15.1 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.15.0 + 1.15.1 ``` ### Gradle ```gradle -compile group: 'com.microsoft.azure', name: 'msal4j', version: '1.15.0' +compile group: 'com.microsoft.azure', name: 'msal4j', version: '1.15.1' ``` ## Usage diff --git a/msal4j-sdk/bnd.bnd b/msal4j-sdk/bnd.bnd index 0c67fd07..bdcb6dbd 100644 --- a/msal4j-sdk/bnd.bnd +++ b/msal4j-sdk/bnd.bnd @@ -1,2 +1,2 @@ -Export-Package: com.microsoft.aad.msal4j;version="1.15.0" +Export-Package: com.microsoft.aad.msal4j;version="1.15.1" Automatic-Module-Name: com.microsoft.aad.msal4j diff --git a/msal4j-sdk/pom.xml b/msal4j-sdk/pom.xml index b409bf45..b343e17a 100644 --- a/msal4j-sdk/pom.xml +++ b/msal4j-sdk/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.microsoft.azure msal4j - 1.15.0 + 1.15.1 jar msal4j