diff --git a/CHANGELOG.md b/CHANGELOG.md index 2327143a..91499f28 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 1469f007..258633f0 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 dcdad87e..55d953f4 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