diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f566b2d..2327143a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Offsite Payments CHANGELOG +### version 3.0.0 (September 24, 2024) +This version officially deprecates this gem. It is no longer maintained and should not be used. + +- Update ruby test targets to 3.2 and 3.3 +- Require rails v7.2 +- Require shopify-money gem, no longer support other money gem. + ### version 2.7.28 (February 11, 2021) - [Realex] #351 - Regex updates for address and city diff --git a/Gemfile.lock b/Gemfile.lock index bc8edbf7..54846aa8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - offsite_payments (2.7.28) + offsite_payments (3.0.0) 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 06325885..dcdad87e 100644 --- a/lib/offsite_payments/version.rb +++ b/lib/offsite_payments/version.rb @@ -1,3 +1,3 @@ module OffsitePayments - VERSION = "2.7.28" + VERSION = "3.0.0" end