diff --git a/changelog.txt b/changelog.txt index 65abd07a7b..119a66da9f 100644 --- a/changelog.txt +++ b/changelog.txt @@ -9,6 +9,11 @@ Version 18.2.2 (common4j 15.2.2) - [PATCH] Debug errors in Keystore layer (#2544) +Version 18.2.1 +---------- +(common4j 15.2.1) +- [PATCH] Translate MFA token error to UIRequiredException instead of ServiceException (#2538) + Version 18.2.0 ---------- (common4j 15.2.0) diff --git a/common4j/versioning/version.properties b/common4j/versioning/version.properties index 6c84e479d6..2e09209ce8 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.2.0 +versionName=15.2.2 versionCode=1 latestPatchVersion=227 diff --git a/versioning/version.properties b/versioning/version.properties index 9e4f9c010e..88ae25cca5 100644 --- a/versioning/version.properties +++ b/versioning/version.properties @@ -1,4 +1,4 @@ #Tue Apr 06 22:55:08 UTC 2021 -versionName=18.2.0 +versionName=18.2.2 versionCode=1 latestPatchVersion=234