diff --git a/changelog.txt b/changelog.txt index f8cd4c19f1..6495f69b14 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,8 @@ vNext ---------- + +Version 23.0.2 +---------- - [MINOR] Add OTel Benchmarker (#2786) - [MAJOR] Add KeyStoreBackedSecretKeyProvider (#2674) - [MINOR] Add Open Id configuration issuer validation reporting in OpenIdProviderConfigurationClient (#2751) @@ -1181,4 +1184,4 @@ Version 0.0.3 * Separate methods for PII/OII logging - Initial Exception model implemented * BaseException + Client & Service subclasses -- Substantial portions of HTTP/S networking code migrated from ADAL & MSAL to this module +- Substantial portions of HTTP/S networking code migrated from ADAL & MSAL to this module \ No newline at end of file diff --git a/common/build.gradle b/common/build.gradle index d0fee78758..81497209c3 100644 --- a/common/build.gradle +++ b/common/build.gradle @@ -391,10 +391,10 @@ tasks.configureEach { task -> task.dependsOn 'bundleDistReleaseAar' } if (task.name == "generateMetadataFileForDistDebugPublication") { - task.mustRunAfter 'bundleDistReleaseAar' + task.mustRunAfter 'bundleDistDebugAar' } if (task.name == "generateMetadataFileForDistReleasePublication") { - task.dependsOn 'bundleDistDebugAar' + task.dependsOn 'bundleDistReleaseAar' } } @@ -430,4 +430,3 @@ tasks.register("dependenciesSizeCheck") { } } } - diff --git a/common4j/versioning/version.properties b/common4j/versioning/version.properties index a5688f683c..bb5b1c93f6 100644 --- a/common4j/versioning/version.properties +++ b/common4j/versioning/version.properties @@ -1,4 +1,4 @@ #Wed May 12 20:08:39 UTC 2021 -versionName=22.1.0 +versionName=23.0.2 versionCode=1 latestPatchVersion=227 diff --git a/versioning/version.properties b/versioning/version.properties index 6956afe71e..de21aafe25 100644 --- a/versioning/version.properties +++ b/versioning/version.properties @@ -1,4 +1,4 @@ #Tue Apr 06 22:55:08 UTC 2021 -versionName=22.1.0 +versionName=23.0.2 versionCode=1 latestPatchVersion=234