Skip to content

Commit

Permalink
bug fixing with release version v2.2.1 (#54)
Browse files Browse the repository at this point in the history
* bug fixing with release version v2.2.1

* More readable changelog description.
  • Loading branch information
shandilya3 authored Mar 10, 2022
1 parent 1038c17 commit 1d1d76f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
# Changelog
All notable changes to this project will be documented in this file.

## [2.2.1] - 2022-03-10
### Fixed
- Fixed incorrect logic for execution mode calculation.
- Always use context.beacon=false for server side.


## [2.2.0] - 2022-01-24
### Changed
### Added
- Added SDK telemetry data collection.
- Improved unit tests coverage
- Refactored On-Device Decisioning code
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.0
version=2.2.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.2.0";
public static final String SDK_VERSION = "2.2.1";
}

0 comments on commit 1d1d76f

Please sign in to comment.