From d1f8ba2798de449a8a2b7fffd15d3b65ee213ce6 Mon Sep 17 00:00:00 2001 From: thomasc-adyen <248008994+thomasc-adyen@users.noreply.github.com> Date: Mon, 2 Mar 2026 10:18:06 +0000 Subject: [PATCH] chore(release): bump to 29.0.1 --- VERSION | 2 +- src/Adyen/Client.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index f1e4903d1..a67d76014 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -29.0.0 +29.0.1 diff --git a/src/Adyen/Client.php b/src/Adyen/Client.php index 44a356cec..713b3bffa 100644 --- a/src/Adyen/Client.php +++ b/src/Adyen/Client.php @@ -7,7 +7,7 @@ class Client { - const LIB_VERSION = "29.0.0"; + const LIB_VERSION = "29.0.1"; const LIB_NAME = "adyen-php-api-library"; const USER_AGENT_SUFFIX = "adyen-php-api-library/"; const ENDPOINT_TEST = "https://pal-test.adyen.com";