Bump version to 5.43.0

This commit is contained in:
Richard Marmorstein 2022-01-20 09:29:15 -08:00
parent 917e512c10
commit faeb0cae4e
3 changed files with 6 additions and 2 deletions

View File

@ -1,5 +1,9 @@
# Changelog
## 5.43.0 - 2022-01-20
* [#1031](https://github.com/stripe/stripe-ruby/pull/1031) API Updates
* Add support for new resource `PaymentLink`
## 5.42.0 - 2021-12-13
* [#1022](https://github.com/stripe/stripe-ruby/pull/1022) Add connection manager logging and include object IDs in logging.

View File

@ -1 +1 @@
5.42.0
5.43.0

View File

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