Skip to content

Commit

Permalink
Merge pull request #691 from stripe-ruby-mock/release-301
Browse files Browse the repository at this point in the history
release 3.0.1 with changelog
  • Loading branch information
alexmamonchik committed Jan 29, 2020
2 parents 1eb6d6d + fcb5845 commit 0e167a6
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 3 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
### 3.0.2 (Next)

* Your contribution here.

### 3.0.1 (TBD)
* Added Changelog file
* [#640](https://github.com/stripe-ruby-mock/stripe-ruby-mock/pull/640): Support Payment Intent status requires_capture - [@theodorton](https://github.com/theodorton).
* [#685](https://github.com/stripe-ruby-mock/stripe-ruby-mock/pull/685): Adds support for pending_invoice_item_interval - [@joshcass](https://github.com/joshcass).
* [#682](https://github.com/stripe-ruby-mock/stripe-ruby-mock/pull/682): Prevent customer metadata from being overwritten with each update - [@sethkrasnianski](https://github.com/sethkrasnianski).
* [#679](https://github.com/stripe-ruby-mock/stripe-ruby-mock/pull/679): Fix for [#678](https://github.com/stripe-ruby-mock/stripe-ruby-mock/issues/678) Add active filter to Data::List - [@rnmp](https://github.com/rnmp).
* [#668](https://github.com/stripe-ruby-mock/stripe-ruby-mock/pull/668): Fix for [#665](https://github.com/stripe-ruby-mock/stripe-ruby-mock/issues/665) Allow to remove discount from customer - [@mnin](https://github.com/mnin).
* [#667](https://github.com/stripe-ruby-mock/stripe-ruby-mock/pull/667):
Remove empty and duplicated methods from payment methods - [@mnin](https://github.com/mnin).
* [#664](https://github.com/stripe-ruby-mock/stripe-ruby-mock/pull/664): Bugfix: pass through PaymentIntent amount to mocked Charge - [@typeoneerror](https://github.com/typeoneerror).
* [#654](https://github.com/stripe-ruby-mock/stripe-ruby-mock/pull/654): fix for [#626](https://github.com/stripe-ruby-mock/stripe-ruby-mock/issues/626) Added missing decline codes - [@iCreateJB](https://github.com/iCreateJB).
* [#648](https://github.com/stripe-ruby-mock/stripe-ruby-mock/pull/648): Initial implementation of checkout session API - [@fauxparse](https://github.com/fauxparse).
* [#644](https://github.com/stripe-ruby-mock/stripe-ruby-mock/pull/644): Allow payment_behavior attribute on subscription create - [@j15e](https://github.com/j15e).

### 3.0.0 (2019-12-17)

##### the main thing is:
- [#658](https://github.com/stripe-ruby-mock/stripe-ruby-mock/pull/658) Make the gem compatible with Stripe Gem v.5
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ This gem has unexpectedly grown in popularity and I've gotten pretty busy, so I'

In your gemfile:

gem 'stripe-ruby-mock', '~> 3.0.0', :require => 'stripe_mock'
gem 'stripe-ruby-mock', '~> 3.0.1', :require => 'stripe_mock'

## !!! Important

We don't have [changelog yet](https://github.com/stripe-ruby-mock/stripe-ruby-mock/issues/532).
We have [changelog](https://github.com/stripe-ruby-mock/stripe-ruby-mock/blob/master/CHANGELOG.md). It's first attempt. Feel free to update it and suggest to a new format of it.

version `3.0.0` has [breaking changes](https://github.com/stripe-ruby-mock/stripe-ruby-mock/pull/658) - we support stripe > 5 and < 6 for now and try to follow the newest API version. But if you still use older versions please [read](https://github.com/stripe-ruby-mock/stripe-ruby-mock#specifications).

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.0.0"
VERSION = "3.0.1"
end

0 comments on commit 0e167a6

Please sign in to comment.