Bump version to 5.42.0

This commit is contained in:
Dominic Charley-Roy 2021-12-13 13:13:34 -05:00
parent 234a9611a6
commit ced92764ed
3 changed files with 5 additions and 2 deletions

View File

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

View File

@ -1 +1 @@
5.41.0
5.42.0

View File

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