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