From 7cad313c51d54d9a84eb6d7776eb61bb27c0d1f7 Mon Sep 17 00:00:00 2001 From: Aleksandr Mamonchik Date: Wed, 7 Aug 2024 02:46:49 +0600 Subject: [PATCH] Release v4.0.0 --- CHANGELOG.md | 2 ++ README.md | 2 +- lib/stripe_mock/version.rb | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c92ca701b..1d97ded3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ ### Unreleased +### 4.0.0 (2024-08-07) +- [#905](https://github.com/stripe-ruby-mock/stripe-ruby-mock/pull/905) Allow Stripe SDK v11 by [@stevenharman ](https://github.com/stevenharman) - [#830](https://github.com/stripe-ruby-mock/stripe-ruby-mock/pull/830) Implement search API by [@adamstegman](https://github.com/adamstegman) - [#848](https://github.com/stripe-ruby-mock/stripe-ruby-mock/pull/848) Extending runtime dependency on Stripe gem from version 5 through 11 by [@smakani](https://github.com/smakani) - [#893](https://github.com/stripe-ruby-mock/stripe-ruby-mock/pull/893) Adds support for stripe-ruby v10 by [@fabianoarruda](https://github.com/fabianoarruda) diff --git a/README.md b/README.md index d9d2f185d..706f0cf88 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ This gem has unexpectedly grown in popularity and I've gotten pretty busy, so I' In your gemfile: - gem 'stripe-ruby-mock', '~> 3.1.0', :require => 'stripe_mock' + gem 'stripe-ruby-mock', :require => 'stripe_mock' ## !!! Important diff --git a/lib/stripe_mock/version.rb b/lib/stripe_mock/version.rb index d824f4dfd..7c3410b93 100644 --- a/lib/stripe_mock/version.rb +++ b/lib/stripe_mock/version.rb @@ -1,4 +1,4 @@ module StripeMock # stripe-ruby-mock version - VERSION = "3.1.0" + VERSION = "4.0.0" end