Skip to content

Commit

Permalink
Release readiness v2.3.0 (#61)
Browse files Browse the repository at this point in the history
* releasing 2.3.0 with client hints support

* Added CHANGELOG message
  • Loading branch information
shandilya3 authored May 26, 2022
1 parent 904ef01 commit fce25c4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog
All notable changes to this project will be documented in this file.

## [2.3.0] - 2022-05-26
### Added
- Added ClientHints support

## [2.2.2] - 2022-03-30
### Fixed
- Updated ECID-service dependency to fix parsing expiry values from AMCV cookie
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group=com.adobe.target
version=2.2.2
version=2.3.0
mavenCentralUrl=https://oss.sonatype.org/service/local/staging/deploy/maven2
pomDescription=Adobe Target Java SDK
pomURL=https://docs.adobe.com/content/help/en/target/using/implement-target/server-side/api-and-sdk-overview.html
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ public class TargetConstants {

public static final String COOKIE_NAME = "mbox";
public static final String CLUSTER_COOKIE_NAME = "mboxEdgeCluster";
public static final String SDK_VERSION = "2.2.2";
public static final String SDK_VERSION = "2.3.0";
}

0 comments on commit fce25c4

Please sign in to comment.