Skip to content

Commit

Permalink
commiting version related changes (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nitinsl authored Jun 25, 2024
1 parent a6a1d02 commit 9b53ead
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
= Vantiv eCommerce CNP CHANGELOG

==Version 12.37.1 (v12.37.1)(Jun 25, 2024)
* Change: [cnpAPI v12.37.1] Change: cnp-sdk-for-java is upgraded to work with Java 8 compatibility.

==Version 12.37.0 (v12.37.0)(May 29, 2024)
* Change: [cnpAPI v12.37] New existing 'postCheckoutRedirectUrl' with min length '1' and maxlength '200'
* Change: [cnpAPI v12.37] New enum 'provider' is added with value 'AFFIRM'
Expand Down Expand Up @@ -30,6 +33,9 @@
* Change: [cnpAPI v12.35] New complex element 'accountFundingTransactionData' added with below simple elements receiverFirstName of 'string35Type' ,'receiverLastName' of 'string35Type','receiverState' of 'stateTypeEnum',''receiverCountry' of 'countryTypeEnum' and 'receiverAccountNumber' of 'string50Type'
* Change: [cnpAPI v12.35] 'accountFundingTransactionData' is added in Authorization,sale,credit,capturegiventAuth and FORCECapture request.

==Version 12.34.2 (v12.34.2)(Jun 21, 2024)
* Change: [cnpAPI v12.34.2] cnp-sdk-for-java is upgraded to work with Java 8 compatibility.

==Version 12.34.1 (v12.34.1)(May 6, 2024)
* Change: cnp-sdk-for-java is upgraded to work with Java 17.

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
DIST_DIR_15=build/dist/java15
JAR_VERSION=12.37.0
JAR_VERSION=12.37.1
KIT_DIR=build/kit/java15
KIT_DEPENDENCIES_DIR=build/kit/java15/dependencies
OPENSFTP_DIR=lib/opensftp-0.3.0
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/io/github/vantiv/sdk/Versions.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
public class Versions {

public static final String XML_VERSION="12.37";
public static final String SDK_VERSION="Java;12.37.0";
public static final String SDK_VERSION="Java;12.37.1";
}

0 comments on commit 9b53ead

Please sign in to comment.