mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-10-04 00:00:47 -04:00
Bump version to 5.42.0
This commit is contained in:
parent
234a9611a6
commit
ced92764ed
@ -1,5 +1,8 @@
|
||||
# Changelog
|
||||
|
||||
## 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.
|
||||
|
||||
## 5.41.0 - 2021-11-16
|
||||
* [#1017](https://github.com/stripe/stripe-ruby/pull/1017) API Updates
|
||||
* Add support for new resource `ShippingRate`
|
||||
|
@ -1,5 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module Stripe
|
||||
VERSION = "5.41.0"
|
||||
VERSION = "5.42.0"
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user