diff --git a/changelog b/changelog index bfc6e2eff..74630fe96 100644 --- a/changelog +++ b/changelog @@ -1,5 +1,8 @@ MSAL Wiki : https://github.com/AzureAD/microsoft-authentication-library-for-android/wiki +Version 1.1.0-hf1 +- Fix issue #882 + Version 1.1.0 ---------------------------- - Expose id_token (raw) via IAccount/ITenantProfile from AuthenticationResult (#850) diff --git a/common b/common index 3f31b6cd9..c0032e825 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit 3f31b6cd9c51fc680d2c17ae949cd79507e46675 +Subproject commit c0032e82509730950b60467ae82c18b1f5dc8aec diff --git a/msal/build.gradle b/msal/build.gradle index 4e99ff6c8..d871098e7 100644 --- a/msal/build.gradle +++ b/msal/build.gradle @@ -144,9 +144,9 @@ dependencies { transitive = false } - snapshotApi(group: 'com.microsoft.identity', name: 'common', version: '1.0.13', changing: true) + snapshotApi(group: 'com.microsoft.identity', name: 'common', version: '1.0.13-hf1', changing: true) - distApi("com.microsoft.identity:common:1.0.13") { + distApi("com.microsoft.identity:common:1.0.13-hf1") { transitive = false } } diff --git a/msal/versioning/version.properties b/msal/versioning/version.properties index 27eef6ce2..2b6a6c8e2 100644 --- a/msal/versioning/version.properties +++ b/msal/versioning/version.properties @@ -1,3 +1,3 @@ #Wed Aug 01 15:24:11 PDT 2018 -versionName=1.1.0 +versionName=1.1.0-hf1 versionCode=0