From a454f76fb5bb2b8101500415590db18ae5ba393c Mon Sep 17 00:00:00 2001
From: Kwok-he-Chu <105217051+Kwok-he-Chu@users.noreply.github.com>
Date: Wed, 30 Jul 2025 11:08:57 +0000
Subject: [PATCH 1/2] chore(release): bump to 39.1.1
---
README.md | 4 ++--
VERSION | 2 +-
pom.xml | 2 +-
src/main/java/com/adyen/Client.java | 2 +-
4 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/README.md b/README.md
index 157aa0a60..48043cb8f 100644
--- a/README.md
+++ b/README.md
@@ -71,7 +71,7 @@ You can use Maven and add this dependency to your project's POM:
com.adyen
adyen-java-api-library
- 39.1.0
+ 39.1.1
```
@@ -569,7 +569,7 @@ Have a look at our [contributing guidelines](CONTRIBUTING.md) to find out how to
## Support
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).
-For other questions, [contact our Support Team](https://www.adyen.help/hc/en-us/requests/new?ticket_form_id=39.1.0705420).
+For other questions, [contact our Support Team](https://www.adyen.help/hc/en-us/requests/new?ticket_form_id=39.1.1705420).
## Licence
diff --git a/VERSION b/VERSION
index b0440a7d2..51fd98d30 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-39.1.0
+39.1.1
diff --git a/pom.xml b/pom.xml
index 5ac1a0b3a..3185ac2d3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
com.adyen
adyen-java-api-library
jar
- 39.1.0
+ 39.1.1
Adyen Java API Library
Adyen API Client Library for Java
https://github.com/adyen/adyen-java-api-library
diff --git a/src/main/java/com/adyen/Client.java b/src/main/java/com/adyen/Client.java
index 9dbcc99c1..8631be0ec 100644
--- a/src/main/java/com/adyen/Client.java
+++ b/src/main/java/com/adyen/Client.java
@@ -10,7 +10,7 @@ public class Client {
private ClientInterface httpClient;
private Config config;
public static final String LIB_NAME = "adyen-java-api-library";
- public static final String LIB_VERSION = "39.1.0";
+ public static final String LIB_VERSION = "39.1.1";
public static final String TERMINAL_API_ENDPOINT_TEST = "https://terminal-api-test.adyen.com";
public static final String TERMINAL_API_ENDPOINT_LIVE = "https://terminal-api-live.adyen.com";
public static final String TERMINAL_API_ENDPOINT_US = "https://terminal-api-live-us.adyen.com";
From 06f1a6aad3bdf9c149f50e9ca6c8f1e3e537c67d Mon Sep 17 00:00:00 2001
From: kwokhe <105217051+Kwok-he-Chu@users.noreply.github.com>
Date: Wed, 30 Jul 2025 13:21:42 +0200
Subject: [PATCH 2/2] Minor Release 29.2.0
---
README.md | 2 +-
VERSION | 2 +-
pom.xml | 2 +-
src/main/java/com/adyen/Client.java | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index 48043cb8f..00d21e0c0 100644
--- a/README.md
+++ b/README.md
@@ -71,7 +71,7 @@ You can use Maven and add this dependency to your project's POM:
com.adyen
adyen-java-api-library
- 39.1.1
+ 39.2.0
```
diff --git a/VERSION b/VERSION
index 51fd98d30..b8a6f1bc6 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-39.1.1
+39.2.0
diff --git a/pom.xml b/pom.xml
index 3185ac2d3..ef766ff68 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
com.adyen
adyen-java-api-library
jar
- 39.1.1
+ 39.2.0
Adyen Java API Library
Adyen API Client Library for Java
https://github.com/adyen/adyen-java-api-library
diff --git a/src/main/java/com/adyen/Client.java b/src/main/java/com/adyen/Client.java
index 8631be0ec..89fc82861 100644
--- a/src/main/java/com/adyen/Client.java
+++ b/src/main/java/com/adyen/Client.java
@@ -10,7 +10,7 @@ public class Client {
private ClientInterface httpClient;
private Config config;
public static final String LIB_NAME = "adyen-java-api-library";
- public static final String LIB_VERSION = "39.1.1";
+ public static final String LIB_VERSION = "39.2.0";
public static final String TERMINAL_API_ENDPOINT_TEST = "https://terminal-api-test.adyen.com";
public static final String TERMINAL_API_ENDPOINT_LIVE = "https://terminal-api-live.adyen.com";
public static final String TERMINAL_API_ENDPOINT_US = "https://terminal-api-live-us.adyen.com";