Skip to content

Commit

Permalink
Merge pull request #64 from ericfichtel/release_2.3.1
Browse files Browse the repository at this point in the history
Release 2.3.1
  • Loading branch information
ericfichtel authored Sep 12, 2022
2 parents aaa80f6 + d5572fa commit 1e972b7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Changelog
All notable changes to this project will be documented in this file.

## [2.3.1] - 2022-09-12
### Fixed
- Client custom Mbox parameters now correctly support dot notation
- stickyLocationHint is updated regardless of Decisioning method

## [2.3.0] - 2022-05-26
### Added
- Added ClientHints support
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.3.0
version=2.3.1
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.3.0";
public static final String SDK_VERSION = "2.3.1";
}

0 comments on commit 1e972b7

Please sign in to comment.