diff --git a/CHANGELOG.md b/CHANGELOG.md index b88bf84..e09da00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All Notable changes will be documented in this file +## 1.3.0 + + - Updated SDK to use TLS 1.2 when connecting to eWAY + - Updated Jackson (JSON library) to version 2 + ## 1.2.0 - Added ability to set the Rapid API version and new associated fields diff --git a/README.md b/README.md index 5da17ce..bc3f9f6 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,6 @@ A Java library to integrate with eWAY's Rapid Payment API. Sign up with eWAY at: - Australia: https://www.eway.com.au/ - New Zealand: https://eway.io/nz/ - - UK: https://eway.io/uk/ - Hong Kong: https://eway.io/hk/ - Malaysia: https://eway.io/my/ - Singapore: https://eway.io/sg/ diff --git a/pom.xml b/pom.xml index 709f117..85b4b75 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.ewaypayments eway-rapid-java - 1.2.0 + 1.3.0 jar eWAY Rapid API Library @@ -67,10 +67,11 @@ 4.12 + org.glassfish.jersey.media jersey-media-json-jackson - 2.8 + 2.25.1