diff --git a/changelog.txt b/changelog.txt index d5a50e3a..81d5fd17 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,4 +1,11 @@ -Version 1.14.3-beta +Version 1.14.0 +============= +- GA release of MSAL Java Brokers package +- Add support for acquiring bearer and proof-of-possession tokens using WAM as the broker (#590) +- Default throttling time for password grant requests lowered to 5 seconds (#721) +- Fix internal docs generation issue (#705) + +Version 1.14.1-beta ============= - Add proof-of-possession token support - Add MSALRuntime logging support @@ -8,10 +15,6 @@ Version 1.14.0-beta - Add IBroker interface - Add app-level parameter for enabling the use of auth brokers -Version 1.13.11 -============= -- Hotfix for internal docs generation issue (#705) - Version 1.13.10 ============= - Remove default HTTP timeout (#664) diff --git a/msal4j-brokers/changelog.txt b/msal4j-brokers/changelog.txt index fc496f34..ff5f398a 100644 --- a/msal4j-brokers/changelog.txt +++ b/msal4j-brokers/changelog.txt @@ -1,4 +1,4 @@ -Version 1.0.0-beta +Version 1.0.0 ============= - Initial release -- Provides the API and dependencies needed to utilize auth brokers through MSALRuntime \ No newline at end of file +- Provides the API and dependencies needed to acquire tokens via WAM \ No newline at end of file diff --git a/msal4j-brokers/pom.xml b/msal4j-brokers/pom.xml index 85874f20..646e23a7 100644 --- a/msal4j-brokers/pom.xml +++ b/msal4j-brokers/pom.xml @@ -5,7 +5,7 @@ 4.0.0 com.microsoft.azure msal4j-brokers - 1.0.3-beta + 1.0.0 jar msal4j-brokers @@ -34,7 +34,7 @@ com.microsoft.azure msal4j - 1.14.3-beta + 1.14.0 com.microsoft.azure diff --git a/msal4j-sdk/README.md b/msal4j-sdk/README.md index bb0a5569..cbc5bbe0 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.14.3-beta +Current version - 1.14.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.14.3-beta + 1.14.0 ``` ### Gradle ```gradle -compile group: 'com.microsoft.azure', name: 'msal4j', version: '1.14.3-beta' +compile group: 'com.microsoft.azure', name: 'msal4j', version: '1.14.0' ``` ## Usage diff --git a/msal4j-sdk/bnd.bnd b/msal4j-sdk/bnd.bnd index 775c26e0..e9acb269 100644 --- a/msal4j-sdk/bnd.bnd +++ b/msal4j-sdk/bnd.bnd @@ -1,2 +1,2 @@ -Export-Package: com.microsoft.aad.msal4j;version="1.14.3-beta" +Export-Package: com.microsoft.aad.msal4j;version="1.14.0" Automatic-Module-Name: com.microsoft.aad.msal4j diff --git a/msal4j-sdk/pom.xml b/msal4j-sdk/pom.xml index 6817f12f..4dc08d26 100644 --- a/msal4j-sdk/pom.xml +++ b/msal4j-sdk/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.microsoft.azure msal4j - 1.14.3-beta + 1.14.0 jar msal4j @@ -103,7 +103,6 @@ 1.14.5 test - org.skyscreamer jsonassert