Bump version to 5.35.0

This commit is contained in:
Dominic Charley-Roy 2021-06-30 09:53:29 -04:00
parent 90223fa06b
commit 01146ac6b0
3 changed files with 7 additions and 2 deletions

View File

@ -1,5 +1,10 @@
# Changelog
## 5.35.0 - 2021-06-30
* [#985](https://github.com/stripe/stripe-ruby/pull/985) Update normalize_opts to use dup instead of clone.
* [#982](https://github.com/stripe/stripe-ruby/pull/982) Deprecate travis
* [#983](https://github.com/stripe/stripe-ruby/pull/983) Add support for making a request and receiving the response as a stream.
## 5.34.0 - 2021-06-04
* [#981](https://github.com/stripe/stripe-ruby/pull/981) API Updates
* Add support for `TaxCode` API.

View File

@ -1 +1 @@
5.34.0
5.35.0

View File

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