Skip to content

Commit fce25c4

Browse files
authored
Release readiness v2.3.0 (#61)
* releasing 2.3.0 with client hints support * Added CHANGELOG message
1 parent 904ef01 commit fce25c4

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Changelog
22
All 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

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group=com.adobe.target
2-
version=2.2.2
2+
version=2.3.0
33
mavenCentralUrl=https://oss.sonatype.org/service/local/staging/deploy/maven2
44
pomDescription=Adobe Target Java SDK
55
pomURL=https://docs.adobe.com/content/help/en/target/using/implement-target/server-side/api-and-sdk-overview.html

src/main/java/com/adobe/target/edge/client/utils/TargetConstants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)