Bump version to 5.49.0

This commit is contained in:
Kamil Pajdzik 2022-04-08 10:07:08 -07:00
parent 89f170c4c9
commit a06b1477e7
3 changed files with 6 additions and 2 deletions

View File

@ -1,5 +1,9 @@
# Changelog
## 5.49.0 - 2022-04-08
* [#1043](https://github.com/stripe/stripe-ruby/pull/1043) API Updates
* Add support for `apply_customer_balance` method on resource `PaymentIntent`
## 5.48.0 - 2022-03-30
* [#1041](https://github.com/stripe/stripe-ruby/pull/1041) API Updates
* Add support for `cancel_action`, `process_payment_intent`, `process_setup_intent`, and `set_reader_display` methods on resource `Terminal.Reader`

View File

@ -1 +1 @@
5.48.0
5.49.0

View File

@ -1,5 +1,5 @@
# frozen_string_literal: true
module Stripe
VERSION = "5.48.0"
VERSION = "5.49.0"
end