Bump version to 5.33.0

This commit is contained in:
Sean Gottschalk 2021-05-19 12:03:45 -07:00
parent 0ba9307bdb
commit df7d3f58e5
3 changed files with 6 additions and 2 deletions

View File

@ -1,5 +1,9 @@
# Changelog
## 5.33.0 - 2021-05-19
* [#979](https://github.com/stripe/stripe-ruby/pull/979) API Updates
* [#975](https://github.com/stripe/stripe-ruby/pull/975) Add Truffleruby head to CI
## 5.32.1 - 2021-04-05
* Correct use of regexp `match` in gemspec for old versions of Ruby

View File

@ -1 +1 @@
5.32.1
5.33.0

View File

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