diff --git a/changelog b/changelog index 4392ef3d5..5a68ea758 100644 --- a/changelog +++ b/changelog @@ -2,6 +2,10 @@ MSAL Wiki : https://github.com/AzureAD/microsoft-authentication-library-for-andr vNext ---------- + +Version 8.4.0 +---------- +- [PATCH] Update common @24.4.0 - [MINOR] Provide public api to set custom headers for CIAM requests (#2511) Version 8.3.3 diff --git a/common b/common index cb83e33dd..fd87b399e 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit cb83e33dd869ad4febc62f873a2cfd7ccdd01615 +Subproject commit fd87b399ed31846fa49faef27d9c6e31fc37c5ef diff --git a/msal/build.gradle b/msal/build.gradle index 8efffa507..c869ceaba 100644 --- a/msal/build.gradle +++ b/msal/build.gradle @@ -245,12 +245,12 @@ task sourcesJar(type: Jar) { // In dev, we want to keep the dependencies (common4j, common) to 1.0.+ to be able to be consumed by daily dev pipeline. // In release/*, we change these to specific versions being consumed. -def commonVersion = "1.0.+" +def commonVersion = "24.4.0" if (project.hasProperty("distCommonVersion")) { commonVersion = project.distCommonVersion } // Used for testfixtures -def common4jVersion = "1.0.+" +def common4jVersion = "24.4.0" if (project.hasProperty("distCommon4jVersion")) { distCommon4jVersion = project.distCommon4jVersion } diff --git a/msal/versioning/version.properties b/msal/versioning/version.properties index a4670f40c..9e1ea3717 100644 --- a/msal/versioning/version.properties +++ b/msal/versioning/version.properties @@ -1,3 +1,3 @@ #Wed Aug 01 15:24:11 PDT 2018 -versionName=8.3.3 +versionName=8.4.0 versionCode=0