Skip to content

Commit c5d7b6e

Browse files
Merge pull request #1495 from Adyen/promote/main
Release v38.2.0
2 parents fbb4696 + 74b90e5 commit c5d7b6e

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ You can use Maven and add this dependency to your project's POM:
7070
<dependency>
7171
<groupId>com.adyen</groupId>
7272
<artifactId>adyen-java-api-library</artifactId>
73-
<version>38.1.0</version>
73+
<version>38.2.0</version>
7474
</dependency>
7575
```
7676

@@ -555,7 +555,7 @@ Have a look at our [contributing guidelines](CONTRIBUTING.md) to find out how to
555555
## Support
556556
If you have a feature request, or spotted a bug or a technical problem, [create an issue here](https://github.com/Adyen/adyen-java-api-library/issues/new/choose).
557557

558-
For other questions, [contact our Support Team](https://www.adyen.help/hc/en-us/requests/new?ticket_form_id=38.1.0705420).
558+
For other questions, [contact our Support Team](https://www.adyen.help/hc/en-us/requests/new?ticket_form_id=38.2.0705420).
559559

560560

561561
## Licence

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
38.1.0
1+
38.2.0

pom.xml

Lines changed: 1 addition & 1 deletion
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>38.1.0</version>
7+
<version>38.2.0</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>

src/main/java/com/adyen/Client.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ public class Client {
1010
private ClientInterface httpClient;
1111
private Config config;
1212
public static final String LIB_NAME = "adyen-java-api-library";
13-
public static final String LIB_VERSION = "38.1.0";
13+
public static final String LIB_VERSION = "38.2.0";
1414
public static final String TERMINAL_API_ENDPOINT_TEST = "https://terminal-api-test.adyen.com";
1515
public static final String TERMINAL_API_ENDPOINT_LIVE = "https://terminal-api-live.adyen.com";
1616
public static final String TERMINAL_API_ENDPOINT_US = "https://terminal-api-live-us.adyen.com";

0 commit comments

Comments
 (0)