Skip to content

Commit

Permalink
Release v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksandr Mamonchik committed Aug 6, 2024
1 parent f0ec4ef commit 7cad313
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion lib/stripe_mock/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module StripeMock
# stripe-ruby-mock version
VERSION = "3.1.0"
VERSION = "4.0.0"
end

0 comments on commit 7cad313

Please sign in to comment.