mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-10-04 00:00:47 -04:00
Bump version to 5.43.0
This commit is contained in:
parent
917e512c10
commit
faeb0cae4e
@ -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.
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module Stripe
|
||||
VERSION = "5.42.0"
|
||||
VERSION = "5.43.0"
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user