From 4e927f4a477cf1b862bc95dc064f707129b58c3e Mon Sep 17 00:00:00 2001 From: sgonzalezMSFT Date: Thu, 31 Oct 2019 16:34:25 -0700 Subject: [PATCH] Bumping up version to 0.7.0-preview --- README.md | 6 +++--- changelog.txt | 7 +++++++ pom.xml | 2 +- src/samples/msal-b2c-web-sample/pom.xml | 2 +- src/samples/msal-obo-sample/pom.xml | 2 +- src/samples/msal-web-sample/pom.xml | 2 +- 6 files changed, 14 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 58a6ee13..45fcbee0 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ The MSAL library for Java gives your app the ability to begin using the Microsof ## Versions -Current version - 0.6.0-preview +Current version - 0.7.0-preview 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). @@ -23,13 +23,13 @@ The library is currently in preview. During the preview we reserve the right to com.microsoft.azure msal4j - 0.6.0-preview + 0.7.0-preview ``` ### Gradle ``` -compile group: 'com.microsoft.azure', name: 'msal4j', version: '0.6.0-preview' +compile group: 'com.microsoft.azure', name: 'msal4j', version: '0.7.0-preview' ``` ## Contribution diff --git a/changelog.txt b/changelog.txt index 591ce9ec..08f7ab15 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,10 @@ +Version 0.7.0-preview +============= +- Added support for ClientAssertions in ClientCredentialFactory +- Renamed AsymmetricKeyCredential to ClientCertificate +- Made Account, IClientApplicationBase, TelemetryConsumer ClientSecret, ClientCertificate, ClientAssertion package-private +- Added IClientSecret, IClientCertificate, IClientAssertion + Version 0.6.0-preview ============= - Updated TokenCache to be thread safe diff --git a/pom.xml b/pom.xml index debb91ba..fa3ca155 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.microsoft.azure msal4j - 0.6.0-preview + 0.7.0-preview jar msal4j diff --git a/src/samples/msal-b2c-web-sample/pom.xml b/src/samples/msal-b2c-web-sample/pom.xml index d526574f..3c167a1d 100644 --- a/src/samples/msal-b2c-web-sample/pom.xml +++ b/src/samples/msal-b2c-web-sample/pom.xml @@ -23,7 +23,7 @@ com.microsoft.azure msal4j - 0.6.0-preview + 0.7.0-preview com.nimbusds diff --git a/src/samples/msal-obo-sample/pom.xml b/src/samples/msal-obo-sample/pom.xml index aba7101e..333604ae 100644 --- a/src/samples/msal-obo-sample/pom.xml +++ b/src/samples/msal-obo-sample/pom.xml @@ -23,7 +23,7 @@ com.microsoft.azure msal4j - 0.6.0-preview + 0.7.0-preview com.nimbusds diff --git a/src/samples/msal-web-sample/pom.xml b/src/samples/msal-web-sample/pom.xml index 597f5039..e63cf747 100644 --- a/src/samples/msal-web-sample/pom.xml +++ b/src/samples/msal-web-sample/pom.xml @@ -23,7 +23,7 @@ com.microsoft.azure msal4j - 0.6.0-preview + 0.7.0-preview com.nimbusds