Bump version to 5.52.0

This commit is contained in:
Richard Marmorstein 2022-04-18 15:51:09 -07:00
parent 2be83cf0cb
commit 582da16a7f
3 changed files with 6 additions and 6 deletions

View File

@ -1,11 +1,11 @@
# Changelog
## 5.51.0 - 2022-04-15
* [#1046](https://github.com/stripe/stripe-ruby/pull/1046) API Updates
## 5.52.0 - 2022-04-18
* [#1046](https://github.com/stripe/stripe-ruby/pull/1046) [#1047](https://github.com/stripe/stripe-ruby/pull/1047) 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.51.0 - 2022-04-15
* [#1046](https://github.com/stripe/stripe-ruby/pull/1046) This release was incomplete and was yanked from RubyGems immediately after it was published.
## 5.50.0 - 2022-04-13
* [#1045](https://github.com/stripe/stripe-ruby/pull/1045) API Updates

View File

@ -1 +1 @@
5.51.0
5.52.0

View File

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