mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-10-03 00:01:21 -04:00
Bump version to 5.41.0
This commit is contained in:
parent
d4d282d14d
commit
c1e4e879fb
@ -1,5 +1,9 @@
|
||||
# Changelog
|
||||
|
||||
## 5.41.0 - 2021-11-16
|
||||
* [#1017](https://github.com/stripe/stripe-ruby/pull/1017) API Updates
|
||||
* Add support for new resource `ShippingRate`
|
||||
|
||||
## 5.40.0 - 2021-11-11
|
||||
* [#1015](https://github.com/stripe/stripe-ruby/pull/1015) API Updates
|
||||
* Add support for `expire` method on resource `Checkout.Session`
|
||||
|
@ -1,5 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module Stripe
|
||||
VERSION = "5.40.0"
|
||||
VERSION = "5.41.0"
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user