diff --git a/README.md b/README.md index 45fcbee0..8e3b1d36 100644 --- a/README.md +++ b/README.md @@ -11,25 +11,23 @@ The MSAL library for Java gives your app the ability to begin using the Microsof ## Versions -Current version - 0.7.0-preview +Current version - 1.0.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). -The library is currently in preview. During the preview we reserve the right to make changes to the API, cache format, and other mechanisms of this library without notice which you will be required to take along with bug fixes or feature improvements - ### Maven ``` com.microsoft.azure msal4j - 0.7.0-preview + 1.0.0 ``` ### Gradle ``` -compile group: 'com.microsoft.azure', name: 'msal4j', version: '0.7.0-preview' +compile group: 'com.microsoft.azure', name: 'msal4j', version: '1.0.0' ``` ## Contribution diff --git a/changelog.txt b/changelog.txt index 08f7ab15..0d6f818c 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,8 @@ +Version 1.0.0 +============= +- API surface is now stable and production ready. No breaking changes will be introduced without incrementing MAJOR version +- No changes from 0.7.0-preview + Version 0.7.0-preview ============= - Added support for ClientAssertions in ClientCredentialFactory diff --git a/pom.xml b/pom.xml index fa3ca155..b0110e42 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.microsoft.azure msal4j - 0.7.0-preview + 1.0.0 jar msal4j diff --git a/src/samples/msal-b2c-web-sample/pom.xml b/src/samples/msal-b2c-web-sample/pom.xml index 3c167a1d..30e89659 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.7.0-preview + 1.0.0 com.nimbusds diff --git a/src/samples/msal-obo-sample/pom.xml b/src/samples/msal-obo-sample/pom.xml index 333604ae..bb687aa1 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.7.0-preview + 1.0.0 com.nimbusds diff --git a/src/samples/msal-web-sample/pom.xml b/src/samples/msal-web-sample/pom.xml index e63cf747..7c052f96 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.7.0-preview + 1.0.0 com.nimbusds