diff --git a/CHANGELOG.md b/CHANGELOG.md index dda32ae..6a7e33e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ### [Unreleased] - TBD +- + +### 2.11.0 (Oct 3, 2024) + - Add Stripe 13 support (#169) - Added Ruby 3.3 and Rails 7.2 to CI matrix (#170) diff --git a/lib/stripe_event/version.rb b/lib/stripe_event/version.rb index 922e2f5..be66c9d 100644 --- a/lib/stripe_event/version.rb +++ b/lib/stripe_event/version.rb @@ -1,3 +1,3 @@ module StripeEvent - VERSION = "2.10.0" + VERSION = "2.11.0" end