From 570d0233b768f442596f257eb939a60bde242462 Mon Sep 17 00:00:00 2001 From: Aleffio Date: Mon, 23 Oct 2023 12:07:17 +0000 Subject: [PATCH 1/3] chore(release): bump to 8.0.0 --- VERSION | 2 +- lib/adyen/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 643916c0..ae9a76b9 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -7.3.1 +8.0.0 diff --git a/lib/adyen/version.rb b/lib/adyen/version.rb index 39a65caf..ac057a45 100644 --- a/lib/adyen/version.rb +++ b/lib/adyen/version.rb @@ -1,4 +1,4 @@ module Adyen NAME = 'adyen-ruby-api-library'.freeze - VERSION = '7.3.1'.freeze + VERSION = '8.0.0'.freeze end From 80064893a977c1c2f114f29db39abf279c2f3830 Mon Sep 17 00:00:00 2001 From: jillingk <93914435+jillingk@users.noreply.github.com> Date: Mon, 23 Oct 2023 14:09:48 +0200 Subject: [PATCH 2/3] Update VERSION --- VERSION | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/VERSION b/VERSION index ae9a76b9..95e2f107 100644 --- a/VERSION +++ b/VERSION @@ -1 +1,2 @@ -8.0.0 +8.0.0-beta + From 4a49a4c9ace654beba66ae366420280a1a360b52 Mon Sep 17 00:00:00 2001 From: jillingk <93914435+jillingk@users.noreply.github.com> Date: Mon, 23 Oct 2023 14:09:58 +0200 Subject: [PATCH 3/3] Update version.rb --- lib/adyen/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/adyen/version.rb b/lib/adyen/version.rb index ac057a45..0c6a62bf 100644 --- a/lib/adyen/version.rb +++ b/lib/adyen/version.rb @@ -1,4 +1,4 @@ module Adyen NAME = 'adyen-ruby-api-library'.freeze - VERSION = '8.0.0'.freeze + VERSION = '8.0.0-beta'.freeze end