mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-10-03 00:01:21 -04:00
Bump version to 5.49.0
This commit is contained in:
parent
89f170c4c9
commit
a06b1477e7
@ -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`
|
||||
|
@ -1,5 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module Stripe
|
||||
VERSION = "5.48.0"
|
||||
VERSION = "5.49.0"
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user