Bump version to 5.41.0

This commit is contained in:
Yejia Chen 2021-11-16 11:05:02 -05:00
parent d4d282d14d
commit c1e4e879fb
3 changed files with 6 additions and 2 deletions

View File

@ -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`

View File

@ -1 +1 @@
5.40.0
5.41.0

View File

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