Skip to content

Commit

Permalink
Bump version to 5.35.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dcr-stripe committed Jun 30, 2021
1 parent 90223fa commit 01146ac
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.34.0
5.35.0
2 changes: 1 addition & 1 deletion lib/stripe/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Stripe
VERSION = "5.34.0"
VERSION = "5.35.0"
end

0 comments on commit 01146ac

Please sign in to comment.