diff --git a/Changelog.md b/Changelog.md index 2c529b9f..9bc7364c 100644 --- a/Changelog.md +++ b/Changelog.md @@ -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! diff --git a/lib/stripe/rails/version.rb b/lib/stripe/rails/version.rb index 130e1bc2..be01f0fe 100644 --- a/lib/stripe/rails/version.rb +++ b/lib/stripe/rails/version.rb @@ -1,5 +1,5 @@ module Stripe module Rails - VERSION = '1.2.2' + VERSION = '1.3.0' end end