diff --git a/changelog.txt b/changelog.txt index f71ec8d401..aa73338959 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,8 @@ vNext ---------- + +Version 22.0.0 +---------- - [MINOR] Ensure username is set in Broker Result when UiRequiredException is sent in the result (#2720) - [MINOR] Add support to allow OneAuth to run silent/invisible authorization flow (#2722) - [MINOR] Full edge to edge support (#2721) diff --git a/common/build.gradle b/common/build.gradle index 699a0cd20c..4cf5ef775a 100644 --- a/common/build.gradle +++ b/common/build.gradle @@ -25,7 +25,7 @@ codeCoverageReport { // In dev, we want to keep the dependencies(common4j, broker4j, 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 common4jVersion = "1.0.+" +def common4jVersion = "22.0.0" if (project.hasProperty("distCommon4jVersion") && project.distCommon4jVersion != '') { common4jVersion = project.distCommon4jVersion } diff --git a/common4j/versioning/version.properties b/common4j/versioning/version.properties index 1a53c5092d..025f0944d7 100644 --- a/common4j/versioning/version.properties +++ b/common4j/versioning/version.properties @@ -1,4 +1,4 @@ #Wed May 12 20:08:39 UTC 2021 -versionName=21.4.0 +versionName=22.0.0 versionCode=1 latestPatchVersion=227 diff --git a/versioning/version.properties b/versioning/version.properties index 98c3a8485e..6729607ce9 100644 --- a/versioning/version.properties +++ b/versioning/version.properties @@ -1,4 +1,4 @@ #Tue Apr 06 22:55:08 UTC 2021 -versionName=21.4.0 +versionName=22.0.0 versionCode=1 latestPatchVersion=234