diff --git a/changelog.txt b/changelog.txt index b1fe40fc1a..2b73579f16 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,10 @@ vNext ---------- +- [MINOR] Add support for OneBox Environment (#2559) + +Version 19.0.0 +---------- +(common4j 16.0.0) - [MINOR] Add Sign in With Google component for MSA federation (#2551) - [MINOR] Add SDMBroadcastReceiver for applications to register callbacks for SDM broadcasts (#2547) - [MINOR] Add switch_browser toMicrosoftStsAuthorizationRequest (#2550) @@ -8,7 +13,6 @@ vNext - [MINOR] Add Child Spans for Interactive Span (#2516) - [MINOR] For MSAL CPP flows, match exact claims when deleting AT with intersecting scopes (#2548) - [MINOR] Replace Deprecated Keystore API for Android 28+ (#2558) -- [MINOR] Add support for OneBox Environment (#2559) - [MINOR] Managed profile Android util method (#2561) - [PATCH] Make userHandle response field optional (#2560) - [MINOR] Nonce redirect changes (#2552) diff --git a/common4j/versioning/version.properties b/common4j/versioning/version.properties index 2e09209ce8..eb6217976a 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.2 +versionName=16.0.0 versionCode=1 latestPatchVersion=227 diff --git a/versioning/version.properties b/versioning/version.properties index 88ae25cca5..d2940438ae 100644 --- a/versioning/version.properties +++ b/versioning/version.properties @@ -1,4 +1,4 @@ #Tue Apr 06 22:55:08 UTC 2021 -versionName=18.2.2 +versionName=19.0.0 versionCode=1 latestPatchVersion=234