Skip to content

Commit 1e972b7

Browse files
authored
Merge pull request #64 from ericfichtel/release_2.3.1
Release 2.3.1
2 parents aaa80f6 + d5572fa commit 1e972b7

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4+
## [2.3.1] - 2022-09-12
5+
### Fixed
6+
- Client custom Mbox parameters now correctly support dot notation
7+
- stickyLocationHint is updated regardless of Decisioning method
8+
49
## [2.3.0] - 2022-05-26
510
### Added
611
- Added ClientHints support

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.3.0
2+
version=2.3.1
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.3.0";
18+
public static final String SDK_VERSION = "2.3.1";
1919
}

0 commit comments

Comments
 (0)