diff --git a/changelog b/changelog index 7bafe15e1..bf05b8935 100644 --- a/changelog +++ b/changelog @@ -3,6 +3,11 @@ MSAL Wiki : https://github.com/AzureAD/microsoft-authentication-library-for-andr v.Next ---------- +Version 2.0.4 +---------- +- Fix exception casting issue in CommandDispatcher (common #1121) + + Version 2.0.4 ---------- - Fix syntax error in proguard rules, add usage of proguard to test app #1224 diff --git a/common b/common index c59a6c605..516d45f9d 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit c59a6c6054f7a8e1e48441df6c9bffb1e51b4bdb +Subproject commit 516d45f9d2e5f3cfed06e11798be6ff1f0b9819c diff --git a/msal/build.gradle b/msal/build.gradle index 452528858..6ff7fe2d1 100644 --- a/msal/build.gradle +++ b/msal/build.gradle @@ -144,9 +144,9 @@ dependencies { transitive = false } - snapshotApi(group: 'com.microsoft.identity', name: 'common', version: '3.0.6', changing: true) + snapshotApi(group: 'com.microsoft.identity', name: 'common', version: '3.0.8', changing: true) - distApi("com.microsoft.identity:common:3.0.6") { + distApi("com.microsoft.identity:common:3.0.8") { transitive = false } } diff --git a/msal/versioning/version.properties b/msal/versioning/version.properties index d2fe69a51..e474488fd 100644 --- a/msal/versioning/version.properties +++ b/msal/versioning/version.properties @@ -1,3 +1,3 @@ #Wed Aug 01 15:24:11 PDT 2018 -versionName=2.0.4 +versionName=2.0.5 versionCode=0