diff --git a/README.md b/README.md index c1da40bf0..03802ae9c 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ A Work Account is an identity you use to get work done no matter if at your busi ## ADAL for Android 1.2 Released! -Recent version is 1.2.1 +Recent version is 1.2.2 ## Features * Industry standard Oauth2 protocol support. diff --git a/changelog.txt b/changelog.txt index 2750bab96..dbac02b3f 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,7 @@ +Version 1.2.2 +-------------- +Fix for silent RT request, if TokenCacheItem desn't contain RT, don't continue with RT request. + Version 1.2.1 -------------- Add certificate chain validation diff --git a/pom.xml b/pom.xml index 1ec0a275a..400f343ac 100644 --- a/pom.xml +++ b/pom.xml @@ -17,7 +17,7 @@ master 3.1.1 - 1.2.1 + 1.2.2 21 [4.1.1.4,) [21,) diff --git a/src/pom.xml b/src/pom.xml index 987d29ffd..668bc1dbf 100644 --- a/src/pom.xml +++ b/src/pom.xml @@ -4,13 +4,13 @@ 4.0.0 com.microsoft.aad adal - 1.2.1 + 1.2.2 aar adal master 3.1.1 - 1.2.1 + 1.2.2 21 [4.1.1.4,) [21,) diff --git a/src/src/com/microsoft/aad/adal/AuthenticationContext.java b/src/src/com/microsoft/aad/adal/AuthenticationContext.java index 2e573e020..3238a7cae 100644 --- a/src/src/com/microsoft/aad/adal/AuthenticationContext.java +++ b/src/src/com/microsoft/aad/adal/AuthenticationContext.java @@ -1936,7 +1936,7 @@ public static String getVersionName() { // Package manager does not report for ADAL // AndroidManifest files are not merged, so it is returning hard coded // value - return "1.2.1"; + return "1.2.2"; } /**