Bump version to 5.30.0

This commit is contained in:
Richard Marmorstein 2021-02-22 09:28:24 -05:00
parent f59ba8cae0
commit 5c5c0a82ba
3 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,8 @@
# Changelog
## 5.30.0 - 2021-02-22
* [#965](https://github.com/stripe/stripe-ruby/pull/965) Add support for the Billing Portal Configuration API
## 5.29.1 - 2021-02-09
* [#964](https://github.com/stripe/stripe-ruby/pull/964) Fix return value of `Customer#delete_discount`

View File

@ -1 +1 @@
5.29.1
5.30.0

View File

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