From 8abd2e812cfb7b99d73d297e110f975ea25f0d29 Mon Sep 17 00:00:00 2001
From: DjoykeAbyah <115019123+DjoykeAbyah@users.noreply.github.com>
Date: Mon, 6 Jan 2025 11:47:36 +0000
Subject: [PATCH] chore(release): bump to 32.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 db830f331..12c1a6679 100644
--- a/README.md
+++ b/README.md
@@ -68,7 +68,7 @@ You can use Maven and add this dependency to your project's POM:
com.adyen
adyen-java-api-library
- 32.1.0
+ 32.2.0
```
diff --git a/VERSION b/VERSION
index fe9ca52d1..d7af0d8c3 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-32.1.0
+32.2.0
diff --git a/pom.xml b/pom.xml
index 00fb0bfce..490d489db 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
com.adyen
adyen-java-api-library
jar
- 32.1.0
+ 32.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 b828a5ddf..5cf52507a 100644
--- a/src/main/java/com/adyen/Client.java
+++ b/src/main/java/com/adyen/Client.java
@@ -11,7 +11,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 = "32.1.0";
+ public static final String LIB_VERSION = "32.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";