From c3aca558ff221c29aa078fcc2b50864bd152358e Mon Sep 17 00:00:00 2001 From: gcatanese <1771700+gcatanese@users.noreply.github.com> Date: Tue, 17 Feb 2026 13:51:10 +0000 Subject: [PATCH] chore(release): bump to 11.2.0 --- VERSION | 2 +- lib/adyen/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 4eb2d6f2..520e953b 100644 --- a/VERSION +++ b/VERSION @@ -1,2 +1,2 @@ -11.1.0 +11.2.0 diff --git a/lib/adyen/version.rb b/lib/adyen/version.rb index 20a04ce5..7c910f03 100644 --- a/lib/adyen/version.rb +++ b/lib/adyen/version.rb @@ -1,4 +1,4 @@ module Adyen NAME = 'adyen-ruby-api-library'.freeze - VERSION = '11.1.0'.freeze + VERSION = '11.2.0'.freeze end