diff --git a/changelog.txt b/changelog.txt index 28ce22b03a..e3b4abff0d 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,9 @@ vNext ---------- + +Version 18.2.0 +---------- +(common4j 15.2.0) - [PATCH] Add native auth instructions to error description when reset password required is returned (#2532) - [MINOR] Add support for suppressing broker account picker (#2529) - [MINOR] Camera permission request behavior changes for QR + PIN Auth (#2524) diff --git a/common4j/versioning/version.properties b/common4j/versioning/version.properties index 89b22b45a6..6c84e479d6 100644 --- a/common4j/versioning/version.properties +++ b/common4j/versioning/version.properties @@ -1,4 +1,4 @@ #Wed May 12 20:08:39 UTC 2021 -versionName=15.1.0 +versionName=15.2.0 versionCode=1 latestPatchVersion=227 diff --git a/versioning/version.properties b/versioning/version.properties index bb2c3d48b6..9e4f9c010e 100644 --- a/versioning/version.properties +++ b/versioning/version.properties @@ -1,4 +1,4 @@ #Tue Apr 06 22:55:08 UTC 2021 -versionName=18.1.0 +versionName=18.2.0 versionCode=1 latestPatchVersion=234