mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-10-04 00:00:47 -04:00
Bump version to 5.51.0
This commit is contained in:
parent
3998b689de
commit
8e649ec8d3
@ -1,5 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
## 5.51.0 - 2022-04-15
|
||||
* [#1046](https://github.com/stripe/stripe-ruby/pull/1046) API Updates
|
||||
* Add support for new resources `FundingInstructions` and `Terminal.Configuration`
|
||||
|
||||
* [#980](https://github.com/stripe/stripe-ruby/pull/980) Remove extra space
|
||||
* [#1028](https://github.com/stripe/stripe-ruby/pull/1028) Add Ruby 3.1 to the CI matrix
|
||||
|
||||
## 5.50.0 - 2022-04-13
|
||||
* [#1045](https://github.com/stripe/stripe-ruby/pull/1045) API Updates
|
||||
* Add support for `increment_authorization` method on resource `PaymentIntent`
|
||||
|
@ -1,5 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module Stripe
|
||||
VERSION = "5.50.0"
|
||||
VERSION = "5.51.0"
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user