From 6976a8d13ee124a8e59905a23d3998dcb07ce4d0 Mon Sep 17 00:00:00 2001 From: Jonathan Smith Date: Mon, 7 Oct 2024 10:53:31 -0400 Subject: [PATCH] Update gem version to 3.0.1 --- CHANGELOG.md | 3 +++ Gemfile.lock | 2 +- lib/offsite_payments/version.rb | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2327143a2..91499f284 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Offsite Payments CHANGELOG +### version 3.0.1 (September 24, 2024) +- Update shopify-money dependency to >= 2.0 + ### version 3.0.0 (September 24, 2024) This version officially deprecates this gem. It is no longer maintained and should not be used. diff --git a/Gemfile.lock b/Gemfile.lock index 1469f007d..258633f0a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - offsite_payments (3.0.0) + offsite_payments (3.0.1) actionpack (>= 7.2.0) actionview (>= 7.2.0) active_utils (>= 3.3.0) diff --git a/lib/offsite_payments/version.rb b/lib/offsite_payments/version.rb index dcdad87ec..55d953f4b 100644 --- a/lib/offsite_payments/version.rb +++ b/lib/offsite_payments/version.rb @@ -1,3 +1,3 @@ module OffsitePayments - VERSION = "3.0.0" + VERSION = "3.0.1" end