Bump version to 5.51.0

This commit is contained in:
Pavel Krymets 2022-04-15 13:50:38 -07:00
parent 3998b689de
commit 8e649ec8d3
3 changed files with 9 additions and 2 deletions

View File

@ -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`

View File

@ -1 +1 @@
5.50.0
5.51.0

View File

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