File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
src/main/java/com/adobe/target/edge/client/utils Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22All notable changes to this project will be documented in this file.
33
4+ ## [ 2.3.0] - 2022-05-26
5+ ### Added
6+ - Added ClientHints support
7+
48## [ 2.2.2] - 2022-03-30
59### Fixed
610- Updated ECID-service dependency to fix parsing expiry values from AMCV cookie
Original file line number Diff line number Diff line change 11group =com.adobe.target
2- version =2.2.2
2+ version =2.3.0
33mavenCentralUrl =https://oss.sonatype.org/service/local/staging/deploy/maven2
44pomDescription =Adobe Target Java SDK
55pomURL =https://docs.adobe.com/content/help/en/target/using/implement-target/server-side/api-and-sdk-overview.html
Original file line number Diff line number Diff line change @@ -15,5 +15,5 @@ public class TargetConstants {
1515
1616 public static final String COOKIE_NAME = "mbox" ;
1717 public static final String CLUSTER_COOKIE_NAME = "mboxEdgeCluster" ;
18- public static final String SDK_VERSION = "2.2.2 " ;
18+ public static final String SDK_VERSION = "2.3.0 " ;
1919}
You can’t perform that action at this time.
0 commit comments