diff --git a/Changelog.md b/Changelog.md index 5a694bf2..9c4b23e5 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,7 @@ +## 1.8.2 (2019-08-31) + +- adds missing callbacks for `payment_intent`, `payment_method` and `setup_intent`. Thanks @jacobcsmith ! + ## 1.8.1 (2019-07-26) * adds callback for invoice.payment_action_required. Thanks @alexagranov . diff --git a/lib/stripe/rails/version.rb b/lib/stripe/rails/version.rb index da23f15b..f5a2db50 100644 --- a/lib/stripe/rails/version.rb +++ b/lib/stripe/rails/version.rb @@ -1,5 +1,5 @@ module Stripe module Rails - VERSION = '1.8.1'.freeze + VERSION = '1.8.2'.freeze end end