Skip to content

Commit

Permalink
prep for 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tansengming committed Jul 23, 2018
1 parent 049ad1c commit 25a7cf8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.3.0 (2018-07-23)

* do not create new product when product id is provided (#115) - Thanks to @renchap for reporting this
* updates travis to latest rubies (#112) - Note that after this change we will only run tests on Ruby 2.5, 2.4 and 2.3


## 1.2.2 (2018-04-16)

* adds callback form `customer.source.expiring`. Thanks @Japestrale!
Expand Down
2 changes: 1 addition & 1 deletion lib/stripe/rails/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Stripe
module Rails
VERSION = '1.2.2'
VERSION = '1.3.0'
end
end

0 comments on commit 25a7cf8

Please sign in to comment.