Skip to content

Commit 773c8e3

Browse files
authored
Merge pull request #1090 from Adyen/develop-20
Release v20.1.2
2 parents 964b06a + c1917ed commit 773c8e3

File tree

6 files changed

+174
-108
lines changed

6 files changed

+174
-108
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ You can use Maven and add this dependency to your project's POM:
5959
<dependency>
6060
<groupId>com.adyen</groupId>
6161
<artifactId>adyen-java-api-library</artifactId>
62-
<version>20.1.0</version>
62+
<version>20.1.2</version>
6363
</dependency>
6464
```
6565

Diff for: pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>com.adyen</groupId>
55
<artifactId>adyen-java-api-library</artifactId>
66
<packaging>jar</packaging>
7-
<version>20.1.1</version>
7+
<version>20.1.2</version>
88
<name>Adyen Java API Library</name>
99
<description>Adyen API Client Library for Java</description>
1010
<url>https://github.com/adyen/adyen-java-api-library</url>

Diff for: src/main/java/com/adyen/Client.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public class Client {
4444
public static final String MARKETPAY_NOTIFICATION_API_VERSION = "v6";
4545
public static final String MARKETPAY_HOP_API_VERSION = "v6";
4646
public static final String LIB_NAME = "adyen-java-api-library";
47-
public static final String LIB_VERSION = "20.1.1";
47+
public static final String LIB_VERSION = "20.1.2";
4848
public static final String CHECKOUT_ENDPOINT_TEST = "https://checkout-test.adyen.com/checkout";
4949
public static final String CHECKOUT_ENDPOINT_LIVE_SUFFIX = "-checkout-live.adyenpayments.com/checkout";
5050
public static final String CHECKOUT_ENDPOINT_CERT_LIVE = "https://checkoutcert-live-%s.adyen.com/checkout";

0 commit comments

Comments
 (0)